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/main.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/main.cpp')
-rw-r--r-- | tools/qml/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/qml/main.cpp b/tools/qml/main.cpp index 8062e8e..5099e49 100644 --- a/tools/qml/main.cpp +++ b/tools/qml/main.cpp @@ -47,7 +47,7 @@ #include <QApplication> #include <QTranslator> #include <QDebug> -#include "qfxtester.h" +#include "qdeclarativetester.h" #include "qdeclarativefolderlistmodel.h" QT_USE_NAMESPACE |