summaryrefslogtreecommitdiffstats
path: root/src/testlib/qtestelementattribute.cpp
diff options
context:
space:
mode:
authorJason McDonald <jason.mcdonald@nokia.com>2011-10-21 11:00:14 +1000
committerQt by Nokia <qt-info@nokia.com>2011-10-23 10:24:50 +0200
commit59f91c0194f1ac83ae78e4b22f466e25873e1282 (patch)
treece838f0228bca7974bbf149d471a5493ef2f7d76 /src/testlib/qtestelementattribute.cpp
parent5603f94eaa538dbe28fc426065d65a27799adedc (diff)
Make some qtestlib headers private.
These headers should have been private from Day One. Make them private now so that nobody will be tempted to use them outside testlib in the future. Change-Id: I5361777ade124d8187176f9af3cc79cd1a8ecb4f Reviewed-by: Rohan McGovern <rohan.mcgovern@nokia.com>
Diffstat (limited to 'src/testlib/qtestelementattribute.cpp')
-rw-r--r--src/testlib/qtestelementattribute.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/testlib/qtestelementattribute.cpp b/src/testlib/qtestelementattribute.cpp
index dda40b13fc..1ab25af25b 100644
--- a/src/testlib/qtestelementattribute.cpp
+++ b/src/testlib/qtestelementattribute.cpp
@@ -39,7 +39,7 @@
**
****************************************************************************/
-#include <QtTest/qtestelementattribute.h>
+#include <QtTest/private/qtestelementattribute_p.h>
#include <QtCore/qbytearray.h>
#include <string.h>
#include <stdlib.h>