aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml/v4vm/moth
diff options
context:
space:
mode:
Diffstat (limited to 'src/qml/qml/v4vm/moth')
-rw-r--r--src/qml/qml/v4vm/moth/qv4instr_moth_p.h2
-rw-r--r--src/qml/qml/v4vm/moth/qv4isel_moth.cpp6
-rw-r--r--src/qml/qml/v4vm/moth/qv4isel_moth_p.h8
-rw-r--r--src/qml/qml/v4vm/moth/qv4vme_moth.cpp4
-rw-r--r--src/qml/qml/v4vm/moth/qv4vme_moth_p.h2
5 files changed, 11 insertions, 11 deletions
diff --git a/src/qml/qml/v4vm/moth/qv4instr_moth_p.h b/src/qml/qml/v4vm/moth/qv4instr_moth_p.h
index b29fb13a74..9909f727d6 100644
--- a/src/qml/qml/v4vm/moth/qv4instr_moth_p.h
+++ b/src/qml/qml/v4vm/moth/qv4instr_moth_p.h
@@ -2,7 +2,7 @@
#define QV4INSTR_MOTH_P_H
#include <QtCore/qglobal.h>
-#include "qv4object.h"
+#include <private/qv4object_p.h>
#define FOR_EACH_MOTH_INSTR(F) \
F(Ret, ret) \
diff --git a/src/qml/qml/v4vm/moth/qv4isel_moth.cpp b/src/qml/qml/v4vm/moth/qv4isel_moth.cpp
index 00ae4e1029..1e9316f49b 100644
--- a/src/qml/qml/v4vm/moth/qv4isel_moth.cpp
+++ b/src/qml/qml/v4vm/moth/qv4isel_moth.cpp
@@ -1,9 +1,9 @@
#include "qv4isel_util_p.h"
#include "qv4isel_moth_p.h"
#include "qv4vme_moth_p.h"
-#include "qv4functionobject.h"
-#include "qv4regexpobject.h"
-#include "debugging.h"
+#include <private/qv4functionobject_p.h>
+#include <private/qv4regexpobject_p.h>
+#include <private/qv4debugging_p.h>
using namespace QQmlJS;
using namespace QQmlJS::Moth;
diff --git a/src/qml/qml/v4vm/moth/qv4isel_moth_p.h b/src/qml/qml/v4vm/moth/qv4isel_moth_p.h
index 5e057139e2..e624e447d9 100644
--- a/src/qml/qml/v4vm/moth/qv4isel_moth_p.h
+++ b/src/qml/qml/v4vm/moth/qv4isel_moth_p.h
@@ -1,10 +1,10 @@
#ifndef QV4ISEL_MOTH_P_H
#define QV4ISEL_MOTH_P_H
-#include "qv4global.h"
-#include "qv4isel_p.h"
-#include "qv4jsir_p.h"
-#include "qv4object.h"
+#include <private/qv4global_p.h>
+#include <private/qv4isel_p.h>
+#include <private/qv4jsir_p.h>
+#include <private/qv4object_p.h>
#include "qv4instr_moth_p.h"
namespace QQmlJS {
diff --git a/src/qml/qml/v4vm/moth/qv4vme_moth.cpp b/src/qml/qml/v4vm/moth/qv4vme_moth.cpp
index a3c34bf340..198f623a64 100644
--- a/src/qml/qml/v4vm/moth/qv4vme_moth.cpp
+++ b/src/qml/qml/v4vm/moth/qv4vme_moth.cpp
@@ -1,7 +1,7 @@
#include "qv4vme_moth_p.h"
#include "qv4instr_moth_p.h"
-#include "qv4value.h"
-#include "debugging.h"
+#include <private/qv4value_p.h>
+#include <private/qv4debugging_p.h>
#include <iostream>
diff --git a/src/qml/qml/v4vm/moth/qv4vme_moth_p.h b/src/qml/qml/v4vm/moth/qv4vme_moth_p.h
index 9eea23901a..cdd5adfaa2 100644
--- a/src/qml/qml/v4vm/moth/qv4vme_moth_p.h
+++ b/src/qml/qml/v4vm/moth/qv4vme_moth_p.h
@@ -1,7 +1,7 @@
#ifndef QV4VME_MOTH_P_H
#define QV4VME_MOTH_P_H
-#include "qv4runtime.h"
+#include <private/qv4runtime_p.h>
#include "qv4instr_moth_p.h"
namespace QQmlJS {