summaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/repeater
diff options
context:
space:
mode:
authorAaron Kennedy <aaron.kennedy@nokia.com>2009-10-30 05:00:02 (GMT)
committerAaron Kennedy <aaron.kennedy@nokia.com>2009-10-30 05:00:02 (GMT)
commit44a0c19eae2099e6cdb44825123a4b8ee9a5bf20 (patch)
treefa9db593567ccb6b19d21278788ff365ce7608ab /tests/auto/declarative/repeater
parent45cc1ea534640cb492bd00405bf8fcd5dbfbcf5c (diff)
downloadQt-44a0c19eae2099e6cdb44825123a4b8ee9a5bf20.zip
Qt-44a0c19eae2099e6cdb44825123a4b8ee9a5bf20.tar.gz
Qt-44a0c19eae2099e6cdb44825123a4b8ee9a5bf20.tar.bz2
Rename qfx files to qmlgraphics files
Diffstat (limited to 'tests/auto/declarative/repeater')
-rw-r--r--tests/auto/declarative/repeater/tst_repeater.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/auto/declarative/repeater/tst_repeater.cpp b/tests/auto/declarative/repeater/tst_repeater.cpp
index 0622028..8354005 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.h>
#include <qmlview.h>
-#include <qfxrepeater.h>
-#include <qfxtext.h>
+#include <qmlgraphicsrepeater.h>
+#include <qmlgraphicstext.h>
#include <qmlcontext.h>
class tst_QmlGraphicsRepeater : public QObject