summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorRhys Weatherley <rhys.weatherley@nokia.com>2010-12-09 10:39:17 +1000
committerRhys Weatherley <rhys.weatherley@nokia.com>2010-12-09 10:40:25 +1000
commitee8c0f87ef97dd4a201fde74a6b586fe399fbe21 (patch)
treed403d587335a813ec34844f8bd79a1119425cf3d /doc
parent2b3d1477069b73f592f206b2ee8f2293c317f87e (diff)
Move headers to QtQuickTest directory
This should help make the user application code and the example code the same.
Diffstat (limited to 'doc')
-rw-r--r--doc/testcases.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/testcases.txt b/doc/testcases.txt
index ac7e579..8fbf832 100644
--- a/doc/testcases.txt
+++ b/doc/testcases.txt
@@ -31,7 +31,7 @@ Organization of test cases
The test cases are launched by a C++ harness that consists of
the following code:
- #include <QtQuickTest/qdeclarativetest.h>
+ #include <QtQuickTest/quicktest.h>
QTEST_QUICK_MAIN(qmlexample)
Where "qmlexample" is an identifier to use to uniquely identify