summaryrefslogtreecommitdiffstats
path: root/src/declarative/qml/qmlmetatype.cpp
diff options
context:
space:
mode:
authorWarwick Allison <warwick.allison@nokia.com>2009-12-01 01:17:15 (GMT)
committerWarwick Allison <warwick.allison@nokia.com>2009-12-01 01:17:15 (GMT)
commit913dd563064e8047fe738fc9c79135adfb928977 (patch)
tree28477b156da3dc84876cec403f56876126ac94e8 /src/declarative/qml/qmlmetatype.cpp
parent27e55ed231f2afe5a775c3ea92f2ef4bf1f6a26d (diff)
downloadQt-913dd563064e8047fe738fc9c79135adfb928977.zip
Qt-913dd563064e8047fe738fc9c79135adfb928977.tar.gz
Qt-913dd563064e8047fe738fc9c79135adfb928977.tar.bz2
Remove include styles that rely on configure.
May help modularization (syncqt and configure are Qt-specific).
Diffstat (limited to 'src/declarative/qml/qmlmetatype.cpp')
-rw-r--r--src/declarative/qml/qmlmetatype.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/declarative/qml/qmlmetatype.cpp b/src/declarative/qml/qmlmetatype.cpp
index 5fb2f50..5172152 100644
--- a/src/declarative/qml/qmlmetatype.cpp
+++ b/src/declarative/qml/qmlmetatype.cpp
@@ -45,7 +45,7 @@
#include <QtCore/qmetaobject.h>
#include <QtCore/qbitarray.h>
#include <QtCore/qreadwritelock.h>
-#include <private/qmlproxymetaobject_p.h>
+#include "qmlproxymetaobject_p.h"
#include <qmetatype.h>
#include <qobjectdefs.h>
@@ -58,7 +58,7 @@
#include <qlocale.h>
#include <ctype.h>
#include <QtCore/qcryptographichash.h>
-#include <private/qmlcustomparser_p.h>
+#include "qmlcustomparser_p.h"
#ifdef QT_BOOTSTRAPPED
# ifndef QT_NO_GEOM_VARIANT