From 2b3d1477069b73f592f206b2ee8f2293c317f87e Mon Sep 17 00:00:00 2001 From: Rhys Weatherley Date: Thu, 9 Dec 2010 10:34:28 +1000 Subject: QDeclarative -> QuickTest for the test classes --- tests/qmlauto/tst_qmlauto.cpp | 2 +- tests/qmlexample/tst_qmlexample.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'tests') diff --git a/tests/qmlauto/tst_qmlauto.cpp b/tests/qmlauto/tst_qmlauto.cpp index d5d85b6..0e1bd7a 100644 --- a/tests/qmlauto/tst_qmlauto.cpp +++ b/tests/qmlauto/tst_qmlauto.cpp @@ -39,6 +39,6 @@ ** ****************************************************************************/ -#include "qdeclarativetest.h" +#include "quicktest.h" QTEST_QUICK_MAIN(qmlauto) 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) -- cgit v1.2.3