aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml/v4vm/qv4v8.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/qml/qml/v4vm/qv4v8.cpp')
-rw-r--r--src/qml/qml/v4vm/qv4v8.cpp30
1 files changed, 15 insertions, 15 deletions
diff --git a/src/qml/qml/v4vm/qv4v8.cpp b/src/qml/qml/v4vm/qv4v8.cpp
index d81f23f30f..6c1abe0384 100644
--- a/src/qml/qml/v4vm/qv4v8.cpp
+++ b/src/qml/qml/v4vm/qv4v8.cpp
@@ -39,22 +39,22 @@
**
****************************************************************************/
-#include "qv4v8.h"
-
-#include "qv4engine.h"
-#include "qv4runtime.h"
-#include "qv4mm.h"
-#include "qv4managed.h"
-#include "qv4functionobject.h"
-#include "qv4value.h"
+#include "qv4v8_p.h"
+
+#include "qv4engine_p.h"
+#include "qv4runtime_p.h"
+#include "qv4mm_p.h"
+#include "qv4managed_p.h"
+#include "qv4functionobject_p.h"
+#include "qv4value_p.h"
#include "qv4isel_masm_p.h"
-#include "qv4globalobject.h"
-#include "qv4regexpobject.h"
-#include "qv4dateobject.h"
-#include "qv4numberobject.h"
-#include "qv4booleanobject.h"
-#include "qv4stringobject.h"
-#include "qv4objectproto.h"
+#include "qv4globalobject_p.h"
+#include "qv4regexpobject_p.h"
+#include "qv4dateobject_p.h"
+#include "qv4numberobject_p.h"
+#include "qv4booleanobject_p.h"
+#include "qv4stringobject_p.h"
+#include "qv4objectproto_p.h"
#include <QThreadStorage>
using namespace QQmlJS;