summaryrefslogtreecommitdiffstats
path: root/tests/qmlexample/tst_qmlexample.cpp
diff options
context:
space:
mode:
authorRhys Weatherley <rhys.weatherley@nokia.com>2010-12-09 10:34:28 +1000
committerRhys Weatherley <rhys.weatherley@nokia.com>2010-12-09 10:34:52 +1000
commit2b3d1477069b73f592f206b2ee8f2293c317f87e (patch)
tree7f97227d1fdab6c51da215d0e40f46e796348d4a /tests/qmlexample/tst_qmlexample.cpp
parente57f248f34e4742fa73a123c7ed8366f74a08f50 (diff)
QDeclarative -> QuickTest for the test classes
Diffstat (limited to 'tests/qmlexample/tst_qmlexample.cpp')
-rw-r--r--tests/qmlexample/tst_qmlexample.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/qmlexample/tst_qmlexample.cpp b/tests/qmlexample/tst_qmlexample.cpp
index 3c8aed5..4d9cc40 100644
--- a/tests/qmlexample/tst_qmlexample.cpp
+++ b/tests/qmlexample/tst_qmlexample.cpp
@@ -39,6 +39,6 @@
**
****************************************************************************/
-#include "qdeclarativetest.h"
+#include "quicktest.h"
QTEST_QUICK_MAIN(qmlexample)