diff options
author | Michael Brasser <michael.brasser@nokia.com> | 2010-03-31 04:14:19 (GMT) |
---|---|---|
committer | Michael Brasser <michael.brasser@nokia.com> | 2010-03-31 04:14:19 (GMT) |
commit | 8c757e4b84748c19e5f66da432d8af2e7db40cde (patch) | |
tree | ad24456d6ed47d8b3114fde2903e344e21bd884a /tools/qml/qmlruntime.cpp | |
parent | ff711bebd7a8857bc78b9a2854591489fcb15497 (diff) | |
download | Qt-8c757e4b84748c19e5f66da432d8af2e7db40cde.zip Qt-8c757e4b84748c19e5f66da432d8af2e7db40cde.tar.gz Qt-8c757e4b84748c19e5f66da432d8af2e7db40cde.tar.bz2 |
Minor cleanup for visual test framework.
Diffstat (limited to 'tools/qml/qmlruntime.cpp')
-rw-r--r-- | tools/qml/qmlruntime.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/qml/qmlruntime.cpp b/tools/qml/qmlruntime.cpp index 44cab97..1ab528e 100644 --- a/tools/qml/qmlruntime.cpp +++ b/tools/qml/qmlruntime.cpp @@ -95,7 +95,7 @@ #include <QGLWidget> #endif -#include <qfxtester.h> +#include <qdeclarativetester.h> #if defined (Q_OS_SYMBIAN) #define SYMBIAN_NETWORK_INIT |