summaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qdeclarativedebug
diff options
context:
space:
mode:
authorAaron Kennedy <aaron.kennedy@nokia.com>2010-02-24 08:36:33 (GMT)
committerAaron Kennedy <aaron.kennedy@nokia.com>2010-02-24 08:37:12 (GMT)
commit9872dce1dcb74216cad30301502d1c77de2356ad (patch)
tree9eced3295e5a17e2a74531f67d448f3b756835d9 /tests/auto/declarative/qdeclarativedebug
parentf4b73327cdddd14e29c542e392377cf7261d28ca (diff)
downloadQt-9872dce1dcb74216cad30301502d1c77de2356ad.zip
Qt-9872dce1dcb74216cad30301502d1c77de2356ad.tar.gz
Qt-9872dce1dcb74216cad30301502d1c77de2356ad.tar.bz2
Make QDeclarativeMetaType and QDeclarativeType private
Diffstat (limited to 'tests/auto/declarative/qdeclarativedebug')
-rw-r--r--tests/auto/declarative/qdeclarativedebug/tst_qdeclarativedebug.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/declarative/qdeclarativedebug/tst_qdeclarativedebug.cpp b/tests/auto/declarative/qdeclarativedebug/tst_qdeclarativedebug.cpp
index 1c8cbbc..40cd737 100644
--- a/tests/auto/declarative/qdeclarativedebug/tst_qdeclarativedebug.cpp
+++ b/tests/auto/declarative/qdeclarativedebug/tst_qdeclarativedebug.cpp
@@ -49,7 +49,6 @@
#include <QtDeclarative/qdeclarativecontext.h>
#include <QtDeclarative/qdeclarativecomponent.h>
#include <QtDeclarative/qdeclarativeexpression.h>
-#include <QtDeclarative/qdeclarativemetatype.h>
#include <QtDeclarative/qdeclarativemetaproperty.h>
#include <private/qdeclarativebinding_p.h>
@@ -58,6 +57,7 @@
#include <private/qdeclarativedebugclient_p.h>
#include <private/qdeclarativedebugservice_p.h>
#include <private/qdeclarativerectangle_p.h>
+#include <private/qdeclarativemetatype_p.h>
#include "../shared/debugutil_p.h"