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/qfxwebview | |
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/qfxwebview')
-rw-r--r-- | tests/auto/declarative/qfxwebview/qfxwebview.pro | 2 | ||||
-rw-r--r-- | tests/auto/declarative/qfxwebview/tst_qfxwebview.cpp | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/tests/auto/declarative/qfxwebview/qfxwebview.pro b/tests/auto/declarative/qfxwebview/qfxwebview.pro index b75e057..cce3df2 100644 --- a/tests/auto/declarative/qfxwebview/qfxwebview.pro +++ b/tests/auto/declarative/qfxwebview/qfxwebview.pro @@ -2,7 +2,7 @@ load(qttest_p4) contains(QT_CONFIG,declarative): QT += declarative macx:CONFIG -= app_bundle -SOURCES += tst_qfxwebview.cpp +SOURCES += tst_qmlgraphicswebview.cpp # Define SRCDIR equal to test's source directory DEFINES += SRCDIR=\\\"$$PWD\\\" diff --git a/tests/auto/declarative/qfxwebview/tst_qfxwebview.cpp b/tests/auto/declarative/qfxwebview/tst_qfxwebview.cpp index 6e3336c..eeaef89 100644 --- a/tests/auto/declarative/qfxwebview/tst_qfxwebview.cpp +++ b/tests/auto/declarative/qfxwebview/tst_qfxwebview.cpp @@ -2,7 +2,7 @@ #include "../../../shared/util.h" #include <QtDeclarative/qmlengine.h> #include <QtDeclarative/qmlcomponent.h> -#include <QtDeclarative/qfxwebview.h> +#include <QtDeclarative/qmlgraphicswebview.h> #include <QtWebKit/qwebpage.h> #include <QtWebKit/qwebframe.h> #include <QtCore/qdir.h> |