summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/v4/llvm_runtime.cpp2
-rw-r--r--src/v4/moth/qv4vme_moth_p.h2
-rw-r--r--src/v4/qv4codegen.cpp2
-rw-r--r--src/v4/qv4context.h2
-rw-r--r--src/v4/qv4engine.cpp2
-rw-r--r--src/v4/qv4functionobject.h2
-rw-r--r--src/v4/qv4isel_masm.cpp2
-rw-r--r--src/v4/qv4isel_masm_p.h2
-rw-r--r--src/v4/qv4isel_util_p.h2
-rw-r--r--src/v4/qv4object.h2
-rw-r--r--src/v4/qv4regexpobject.h2
-rw-r--r--src/v4/qv4runtime.cpp (renamed from src/v4/qmljs_runtime.cpp)2
-rw-r--r--src/v4/qv4runtime.h (renamed from src/v4/qmljs_runtime.h)0
-rw-r--r--src/v4/qv4sparsearray.cpp2
-rw-r--r--src/v4/qv4string.cpp2
-rw-r--r--src/v4/qv4v8.cpp2
-rw-r--r--src/v4/v4.pro4
-rw-r--r--tools/v4/main.cpp2
18 files changed, 18 insertions, 18 deletions
diff --git a/src/v4/llvm_runtime.cpp b/src/v4/llvm_runtime.cpp
index 321d52ee..f2a48c3c 100644
--- a/src/v4/llvm_runtime.cpp
+++ b/src/v4/llvm_runtime.cpp
@@ -39,7 +39,7 @@
**
****************************************************************************/
-#include "qmljs_runtime.h"
+#include "qv4runtime.h"
#include "qv4context.h"
#include "qv4engine.h"
#include <stdio.h>
diff --git a/src/v4/moth/qv4vme_moth_p.h b/src/v4/moth/qv4vme_moth_p.h
index 7c09fc06..9eea2390 100644
--- a/src/v4/moth/qv4vme_moth_p.h
+++ b/src/v4/moth/qv4vme_moth_p.h
@@ -1,7 +1,7 @@
#ifndef QV4VME_MOTH_P_H
#define QV4VME_MOTH_P_H
-#include "qmljs_runtime.h"
+#include "qv4runtime.h"
#include "qv4instr_moth_p.h"
namespace QQmlJS {
diff --git a/src/v4/qv4codegen.cpp b/src/v4/qv4codegen.cpp
index 85a9f51b..e5117b49 100644
--- a/src/v4/qv4codegen.cpp
+++ b/src/v4/qv4codegen.cpp
@@ -49,7 +49,7 @@
#include <QtCore/QBitArray>
#include <QtCore/QStack>
#include <private/qqmljsast_p.h>
-#include <qmljs_runtime.h>
+#include <qv4runtime.h>
#include <qv4context.h>
#include <cmath>
#include <iostream>
diff --git a/src/v4/qv4context.h b/src/v4/qv4context.h
index 6dc9669e..15217ba4 100644
--- a/src/v4/qv4context.h
+++ b/src/v4/qv4context.h
@@ -42,7 +42,7 @@
#define QMLJS_ENVIRONMENT_H
#include "qv4global.h"
-#include <qmljs_runtime.h>
+#include <qv4runtime.h>
#include "qv4managed.h"
QT_BEGIN_NAMESPACE
diff --git a/src/v4/qv4engine.cpp b/src/v4/qv4engine.cpp
index 71393ef0..3870fd56 100644
--- a/src/v4/qv4engine.cpp
+++ b/src/v4/qv4engine.cpp
@@ -50,7 +50,7 @@
#include <qv4mathobject.h>
#include <qv4numberobject.h>
#include <qv4regexpobject.h>
-#include <qmljs_runtime.h>
+#include <qv4runtime.h>
#include "qv4mm.h"
#include <qv4argumentsobject.h>
#include <qv4dateobject.h>
diff --git a/src/v4/qv4functionobject.h b/src/v4/qv4functionobject.h
index 376f7ed8..2c1809c5 100644
--- a/src/v4/qv4functionobject.h
+++ b/src/v4/qv4functionobject.h
@@ -42,7 +42,7 @@
#define QV4FUNCTIONOBJECT_H
#include "qv4global.h"
-#include "qmljs_runtime.h"
+#include "qv4runtime.h"
#include "qv4engine.h"
#include "qv4context.h"
#include "qv4object.h"
diff --git a/src/v4/qv4isel_masm.cpp b/src/v4/qv4isel_masm.cpp
index 26032484..82657f11 100644
--- a/src/v4/qv4isel_masm.cpp
+++ b/src/v4/qv4isel_masm.cpp
@@ -40,7 +40,7 @@
****************************************************************************/
#include "qv4isel_masm_p.h"
-#include "qmljs_runtime.h"
+#include "qv4runtime.h"
#include "qv4object.h"
#include "qv4functionobject.h"
#include "qv4regexpobject.h"
diff --git a/src/v4/qv4isel_masm_p.h b/src/v4/qv4isel_masm_p.h
index b34b6b62..423a5f0c 100644
--- a/src/v4/qv4isel_masm_p.h
+++ b/src/v4/qv4isel_masm_p.h
@@ -46,7 +46,7 @@
#include "qv4isel_p.h"
#include "qv4isel_util_p.h"
#include "qv4object.h"
-#include "qmljs_runtime.h"
+#include "qv4runtime.h"
#include <QtCore/QHash>
#include <config.h>
diff --git a/src/v4/qv4isel_util_p.h b/src/v4/qv4isel_util_p.h
index 495371a6..1027fd96 100644
--- a/src/v4/qv4isel_util_p.h
+++ b/src/v4/qv4isel_util_p.h
@@ -30,7 +30,7 @@
#ifndef QV4ISEL_UTIL_P_H
#define QV4ISEL_UTIL_P_H
-#include "qmljs_runtime.h"
+#include "qv4runtime.h"
#include "qv4jsir_p.h"
namespace QQmlJS {
diff --git a/src/v4/qv4object.h b/src/v4/qv4object.h
index 91caaae3..417b962a 100644
--- a/src/v4/qv4object.h
+++ b/src/v4/qv4object.h
@@ -42,7 +42,7 @@
#define QMLJS_OBJECTS_H
#include "qv4global.h"
-#include "qmljs_runtime.h"
+#include "qv4runtime.h"
#include "qv4engine.h"
#include "qv4context.h"
#include "qv4sparsearray.h"
diff --git a/src/v4/qv4regexpobject.h b/src/v4/qv4regexpobject.h
index 3e856a1b..b67aeb73 100644
--- a/src/v4/qv4regexpobject.h
+++ b/src/v4/qv4regexpobject.h
@@ -41,7 +41,7 @@
#ifndef QV4REGEXPOBJECT_H
#define QV4REGEXPOBJECT_H
-#include "qmljs_runtime.h"
+#include "qv4runtime.h"
#include "qv4engine.h"
#include "qv4context.h"
#include "qv4functionobject.h"
diff --git a/src/v4/qmljs_runtime.cpp b/src/v4/qv4runtime.cpp
index 41c99f26..777daac2 100644
--- a/src/v4/qmljs_runtime.cpp
+++ b/src/v4/qv4runtime.cpp
@@ -41,7 +41,7 @@
#include "qv4global.h"
#include "debugging.h"
-#include "qmljs_runtime.h"
+#include "qv4runtime.h"
#include "qv4object.h"
#include "qv4jsir_p.h"
#include "qv4objectproto.h"
diff --git a/src/v4/qmljs_runtime.h b/src/v4/qv4runtime.h
index 08702511..08702511 100644
--- a/src/v4/qmljs_runtime.h
+++ b/src/v4/qv4runtime.h
diff --git a/src/v4/qv4sparsearray.cpp b/src/v4/qv4sparsearray.cpp
index a94e652a..94299944 100644
--- a/src/v4/qv4sparsearray.cpp
+++ b/src/v4/qv4sparsearray.cpp
@@ -40,7 +40,7 @@
****************************************************************************/
#include "qv4sparsearray.h"
-#include "qmljs_runtime.h"
+#include "qv4runtime.h"
#include "qv4object.h"
#include "qv4functionobject.h"
#include <stdlib.h>
diff --git a/src/v4/qv4string.cpp b/src/v4/qv4string.cpp
index d307bf5e..46e56cc4 100644
--- a/src/v4/qv4string.cpp
+++ b/src/v4/qv4string.cpp
@@ -41,7 +41,7 @@
#include "qv4string.h"
#include "qv4identifier.h"
-#include "qmljs_runtime.h"
+#include "qv4runtime.h"
#include "qv4objectproto.h"
#include "qv4stringobject.h"
#include <QtCore/QHash>
diff --git a/src/v4/qv4v8.cpp b/src/v4/qv4v8.cpp
index 9242f55f..6040c9fa 100644
--- a/src/v4/qv4v8.cpp
+++ b/src/v4/qv4v8.cpp
@@ -42,7 +42,7 @@
#include "qv4v8.h"
#include "qv4engine.h"
-#include "qmljs_runtime.h"
+#include "qv4runtime.h"
#include "qv4mm.h"
#include "qv4managed.h"
#include "qv4functionobject.h"
diff --git a/src/v4/v4.pro b/src/v4/v4.pro
index 6cec2ea3..d1f98c5d 100644
--- a/src/v4/v4.pro
+++ b/src/v4/v4.pro
@@ -20,7 +20,7 @@ SOURCES += \
qv4jsir.cpp \
qv4engine.cpp \
qv4context.cpp \
- qmljs_runtime.cpp \
+ qv4runtime.cpp \
qv4value.cpp \
qv4syntaxchecker.cpp \
qv4isel_masm.cpp \
@@ -57,7 +57,7 @@ HEADERS += \
qv4jsir_p.h \
qv4engine.h \
qv4context.h \
- qmljs_runtime.h \
+ qv4runtime.h \
qmljs_math.h \
qv4value.h \
qv4syntaxchecker_p.h \
diff --git a/tools/v4/main.cpp b/tools/v4/main.cpp
index 939682a1..17ddecba 100644
--- a/tools/v4/main.cpp
+++ b/tools/v4/main.cpp
@@ -45,7 +45,7 @@
#include "private/debugging.h"
#include "private/qv4object.h"
-#include "private/qmljs_runtime.h"
+#include "private/qv4runtime.h"
#include "private/qv4functionobject.h"
#include "private/qv4errorobject.h"
#include "private/qv4globalobject.h"