summaryrefslogtreecommitdiffstats
path: root/src/declarative/qml/qmlcompileddata.cpp
diff options
context:
space:
mode:
authorWarwick Allison <warwick.allison@nokia.com>2009-12-02 23:24:08 (GMT)
committerWarwick Allison <warwick.allison@nokia.com>2009-12-02 23:24:08 (GMT)
commit11baee94956f23ff76757040ab10fb3d632d5b42 (patch)
tree3cb9582c5f0f33c64df118e1fadbfcde50c0d8c6 /src/declarative/qml/qmlcompileddata.cpp
parent5247ee562f76a51b8a81735d7da709d1b9b63796 (diff)
downloadQt-11baee94956f23ff76757040ab10fb3d632d5b42.zip
Qt-11baee94956f23ff76757040ab10fb3d632d5b42.tar.gz
Qt-11baee94956f23ff76757040ab10fb3d632d5b42.tar.bz2
Undo most of 913dd563064e8047fe738fc9c79135adfb928977
It seems we're going to have to so a syncqt/configure in Qt modules.
Diffstat (limited to 'src/declarative/qml/qmlcompileddata.cpp')
-rw-r--r--src/declarative/qml/qmlcompileddata.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/declarative/qml/qmlcompileddata.cpp b/src/declarative/qml/qmlcompileddata.cpp
index 9b931c5..c4a0b59 100644
--- a/src/declarative/qml/qmlcompileddata.cpp
+++ b/src/declarative/qml/qmlcompileddata.cpp
@@ -39,12 +39,12 @@
**
****************************************************************************/
-#include "qmlcompiler_p.h"
+#include <private/qmlcompiler_p.h>
#include "qmlengine.h"
#include "qmlcomponent.h"
-#include "qmlcomponent_p.h"
+#include <private/qmlcomponent_p.h>
#include "qmlcontext.h"
-#include "qmlcontext_p.h"
+#include <private/qmlcontext_p.h>
#include <private/qobject_p.h>
#include <QtCore/qdebug.h>