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 /tools/qmlviewer | |
parent | 45cc1ea534640cb492bd00405bf8fcd5dbfbcf5c (diff) | |
download | Qt-44a0c19eae2099e6cdb44825123a4b8ee9a5bf20.zip Qt-44a0c19eae2099e6cdb44825123a4b8ee9a5bf20.tar.gz Qt-44a0c19eae2099e6cdb44825123a4b8ee9a5bf20.tar.bz2 |
Rename qfx files to qmlgraphics files
Diffstat (limited to 'tools/qmlviewer')
-rw-r--r-- | tools/qmlviewer/qfxtester.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/qmlviewer/qfxtester.cpp b/tools/qmlviewer/qfxtester.cpp index a105701..b09c736 100644 --- a/tools/qmlviewer/qfxtester.cpp +++ b/tools/qmlviewer/qfxtester.cpp @@ -20,7 +20,7 @@ #include <QDir> #include <QCryptographicHash> #include <private/qabstractanimation_p.h> -#include <private/qfxitem_p.h> +#include <private/qmlgraphicsitem_p.h> QT_BEGIN_NAMESPACE |