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/animatedimage | |
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/animatedimage')
-rw-r--r-- | tests/auto/declarative/animatedimage/tst_animatedimage.cpp | 6 |
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 46c953d..099daec 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/qfxrect.h> -#include <QtDeclarative/qfximage.h> -#include "qfxanimatedimageitem.h" +#include <QtDeclarative/qmlgraphicsrect.h> +#include <QtDeclarative/qmlgraphicsimage.h> +#include "qmlgraphicsanimatedimageitem.h" class tst_animatedimage : public QObject { |