aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml/v4vm/qv4context.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/qml/qml/v4vm/qv4context.cpp')
-rw-r--r--src/qml/qml/v4vm/qv4context.cpp12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/qml/qml/v4vm/qv4context.cpp b/src/qml/qml/v4vm/qv4context.cpp
index e1ce0016dd..7d8e87d793 100644
--- a/src/qml/qml/v4vm/qv4context.cpp
+++ b/src/qml/qml/v4vm/qv4context.cpp
@@ -40,12 +40,12 @@
****************************************************************************/
#include <QString>
-#include "debugging.h"
-#include <qv4context.h>
-#include <qv4object.h>
-#include <qv4objectproto.h>
-#include "qv4mm.h"
-#include <qv4argumentsobject.h>
+#include "qv4debugging_p.h"
+#include <qv4context_p.h>
+#include <qv4object_p.h>
+#include <qv4objectproto_p.h>
+#include "qv4mm_p.h"
+#include <qv4argumentsobject_p.h>
namespace QQmlJS {
namespace VM {