summaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/repeater
diff options
context:
space:
mode:
authorAaron Kennedy <aaron.kennedy@nokia.com>2009-10-30 06:21:58 (GMT)
committerAaron Kennedy <aaron.kennedy@nokia.com>2009-10-30 06:21:58 (GMT)
commit9c8774e4aff4e21eb7dc4b98ce525e0b1a8285f6 (patch)
treeccaee490b141ecaedfa077d2f4b413192eaf9bf0 /tests/auto/declarative/repeater
parent564894627debad93433f16506ccf32afeb23d004 (diff)
downloadQt-9c8774e4aff4e21eb7dc4b98ce525e0b1a8285f6.zip
Qt-9c8774e4aff4e21eb7dc4b98ce525e0b1a8285f6.tar.gz
Qt-9c8774e4aff4e21eb7dc4b98ce525e0b1a8285f6.tar.bz2
Fixup mistakes following renaming files
Diffstat (limited to 'tests/auto/declarative/repeater')
-rw-r--r--tests/auto/declarative/repeater/tst_repeater.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/auto/declarative/repeater/tst_repeater.cpp b/tests/auto/declarative/repeater/tst_repeater.cpp
index ca056fa..f39c3a3 100644
--- a/tests/auto/declarative/repeater/tst_repeater.cpp
+++ b/tests/auto/declarative/repeater/tst_repeater.cpp
@@ -1,8 +1,8 @@
#include <QtTest/QtTest>
-#include <qlistmodelinterface_p.h>
+#include <private/qlistmodelinterface_p.h>
#include <qmlview.h>
-#include <qmlgraphicsrepeater_p.h>
-#include <qmlgraphicstext_p.h>
+#include <private/qmlgraphicsrepeater_p.h>
+#include <private/qmlgraphicstext_p.h>
#include <qmlcontext.h>
class tst_QmlGraphicsRepeater : public QObject