diff options
author | Aaron Kennedy <aaron.kennedy@nokia.com> | 2009-10-30 05:00:02 (GMT) |
---|---|---|
committer | Aaron Kennedy <aaron.kennedy@nokia.com> | 2009-10-30 05:00:02 (GMT) |
commit | 44a0c19eae2099e6cdb44825123a4b8ee9a5bf20 (patch) | |
tree | fa9db593567ccb6b19d21278788ff365ce7608ab /tests/auto/declarative/layouts/tst_layouts.cpp | |
parent | 45cc1ea534640cb492bd00405bf8fcd5dbfbcf5c (diff) | |
download | Qt-44a0c19eae2099e6cdb44825123a4b8ee9a5bf20.zip Qt-44a0c19eae2099e6cdb44825123a4b8ee9a5bf20.tar.gz Qt-44a0c19eae2099e6cdb44825123a4b8ee9a5bf20.tar.bz2 |
Rename qfx files to qmlgraphics files
Diffstat (limited to 'tests/auto/declarative/layouts/tst_layouts.cpp')
-rw-r--r-- | tests/auto/declarative/layouts/tst_layouts.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/declarative/layouts/tst_layouts.cpp b/tests/auto/declarative/layouts/tst_layouts.cpp index 70755ff..0b9e402 100644 --- a/tests/auto/declarative/layouts/tst_layouts.cpp +++ b/tests/auto/declarative/layouts/tst_layouts.cpp @@ -1,7 +1,7 @@ #include <QtTest/QtTest> #include <qlistmodelinterface.h> #include <qmlview.h> -#include <qfxrect.h> +#include <qmlgraphicsrect.h> #include <qmlexpression.h> class tst_QmlGraphicsLayouts : public QObject |