summaryrefslogtreecommitdiffstats
path: root/src/declarative/qml/qmlvme.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/declarative/qml/qmlvme.cpp')
-rw-r--r--src/declarative/qml/qmlvme.cpp30
1 files changed, 15 insertions, 15 deletions
diff --git a/src/declarative/qml/qmlvme.cpp b/src/declarative/qml/qmlvme.cpp
index 87672d0..3968d8d 100644
--- a/src/declarative/qml/qmlvme.cpp
+++ b/src/declarative/qml/qmlvme.cpp
@@ -39,15 +39,15 @@
**
****************************************************************************/
-#include "qmlvme_p.h"
-#include "qmlcompiler_p.h"
-#include "qfxperf_p_p.h"
-#include "qmlboundsignal_p.h"
-#include "qmlstringconverters_p.h"
-#include "qmetaobjectbuilder_p.h"
-#include "qmldeclarativedata_p.h"
+#include <private/qmlvme_p.h>
+#include <private/qmlcompiler_p.h>
+#include <private/qfxperf_p_p.h>
+#include <private/qmlboundsignal_p.h>
+#include <private/qmlstringconverters_p.h>
+#include <private/qmetaobjectbuilder_p.h>
+#include <private/qmldeclarativedata_p.h>
#include <qml.h>
-#include "qmlcustomparser_p.h"
+#include <private/qmlcustomparser_p.h>
#include <QStack>
#include <QWidget>
#include <QColor>
@@ -58,16 +58,16 @@
#include <qmlcontext.h>
#include <qmlcomponent.h>
#include <qmlbinding.h>
-#include "qmlengine_p.h"
-#include "qmlcomponent_p.h"
-#include "qmlvmemetaobject_p.h"
+#include <private/qmlengine_p.h>
+#include <private/qmlcomponent_p.h>
+#include <private/qmlvmemetaobject_p.h>
#include <QtCore/qdebug.h>
#include <QtCore/qvarlengtharray.h>
#include <QtGui/qapplication.h>
-#include "qmlbinding_p.h"
-#include "qmlcontext_p.h"
-#include "qmlbindingoptimizations_p.h"
-#include "qmlglobal_p.h"
+#include <private/qmlbinding_p.h>
+#include <private/qmlcontext_p.h>
+#include <private/qmlbindingoptimizations_p.h>
+#include <private/qmlglobal_p.h>
#include <qmlscriptstring.h>
QT_BEGIN_NAMESPACE