summaryrefslogtreecommitdiffstats
path: root/src/imports
diff options
context:
space:
mode:
authorYann Bodson <yann.bodson@nokia.com>2010-03-11 08:20:41 (GMT)
committerYann Bodson <yann.bodson@nokia.com>2010-03-11 08:20:41 (GMT)
commit02c95426f67d7e664cb02ef6bbf3697ce8dac373 (patch)
tree2d74fdd1fe7b8551334e284df2f8fd9f28820de4 /src/imports
parentc97ea1ca81cc94d4a7e0e6bd579fa35fb1cf3b91 (diff)
downloadQt-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.cpp2
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>