diff options
author | Yann Bodson <yann.bodson@nokia.com> | 2010-03-11 08:20:41 (GMT) |
---|---|---|
committer | Yann Bodson <yann.bodson@nokia.com> | 2010-03-11 08:20:41 (GMT) |
commit | 02c95426f67d7e664cb02ef6bbf3697ce8dac373 (patch) | |
tree | 2d74fdd1fe7b8551334e284df2f8fd9f28820de4 /src/imports | |
parent | c97ea1ca81cc94d4a7e0e6bd579fa35fb1cf3b91 (diff) | |
download | Qt-02c95426f67d7e664cb02ef6bbf3697ce8dac373.zip Qt-02c95426f67d7e664cb02ef6bbf3697ce8dac373.tar.gz Qt-02c95426f67d7e664cb02ef6bbf3697ce8dac373.tar.bz2 |
no need to include this private header
Diffstat (limited to 'src/imports')
-rw-r--r-- | src/imports/particles/qdeclarativeparticles.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/imports/particles/qdeclarativeparticles.cpp b/src/imports/particles/qdeclarativeparticles.cpp index 9adf780..bb6669a 100644 --- a/src/imports/particles/qdeclarativeparticles.cpp +++ b/src/imports/particles/qdeclarativeparticles.cpp @@ -45,7 +45,7 @@ #include <private/qdeclarativepixmapcache_p.h> #include <private/qfxperf_p_p.h> -#include <private/qdeclarativeanimation_p_p.h> +#include <QtCore/QAbstractAnimation> #include <QPainter> #include <QtGui/qdrawutil.h> |