summaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/animatedimage
diff options
context:
space:
mode:
authorAaron Kennedy <aaron.kennedy@nokia.com>2009-10-30 06:12:18 (GMT)
committerAaron Kennedy <aaron.kennedy@nokia.com>2009-10-30 06:12:18 (GMT)
commit564894627debad93433f16506ccf32afeb23d004 (patch)
treea96a4c6cc7cf4f8032bb915e08bbd0092a890e9c /tests/auto/declarative/animatedimage
parent44a0c19eae2099e6cdb44825123a4b8ee9a5bf20 (diff)
downloadQt-564894627debad93433f16506ccf32afeb23d004.zip
Qt-564894627debad93433f16506ccf32afeb23d004.tar.gz
Qt-564894627debad93433f16506ccf32afeb23d004.tar.bz2
Make private headers _p
Diffstat (limited to 'tests/auto/declarative/animatedimage')
-rw-r--r--tests/auto/declarative/animatedimage/tst_animatedimage.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/auto/declarative/animatedimage/tst_animatedimage.cpp b/tests/auto/declarative/animatedimage/tst_animatedimage.cpp
index 099daec..bedf97c 100644
--- a/tests/auto/declarative/animatedimage/tst_animatedimage.cpp
+++ b/tests/auto/declarative/animatedimage/tst_animatedimage.cpp
@@ -2,9 +2,9 @@
#include <QtDeclarative/qmlengine.h>
#include <QtDeclarative/qmlcomponent.h>
#include <QtDeclarative/qmlview.h>
-#include <QtDeclarative/qmlgraphicsrect.h>
-#include <QtDeclarative/qmlgraphicsimage.h>
-#include "qmlgraphicsanimatedimageitem.h"
+#include <private/qmlgraphicsrect_p.h>
+#include <private/qmlgraphicsimage_p.h>
+#include "qmlgraphicsanimatedimageitem_p.h"
class tst_animatedimage : public QObject
{