summaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/states
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/states
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/states')
-rw-r--r--tests/auto/declarative/states/tst_states.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/declarative/states/tst_states.cpp b/tests/auto/declarative/states/tst_states.cpp
index 91b6d0b..218baf8 100644
--- a/tests/auto/declarative/states/tst_states.cpp
+++ b/tests/auto/declarative/states/tst_states.cpp
@@ -1,7 +1,7 @@
#include <qtest.h>
#include <QtDeclarative/qmlengine.h>
#include <QtDeclarative/qmlcomponent.h>
-#include <QtDeclarative/qfxrect.h>
+#include <QtDeclarative/qmlgraphicsrect.h>
class tst_states : public QObject
{