aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml/v4/qv4engine_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/qml/qml/v4/qv4engine_p.h')
-rw-r--r--src/qml/qml/v4/qv4engine_p.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/qml/qml/v4/qv4engine_p.h b/src/qml/qml/v4/qv4engine_p.h
index a734e64f00..c137534701 100644
--- a/src/qml/qml/v4/qv4engine_p.h
+++ b/src/qml/qml/v4/qv4engine_p.h
@@ -54,7 +54,7 @@ class BumpPointerAllocator;
QT_BEGIN_NAMESPACE
-class QJSEngine;
+class QV8Engine;
namespace QQmlJS {
namespace Debugging {
@@ -127,7 +127,7 @@ struct Q_QML_EXPORT ExecutionEngine
Function *globalCode;
- QJSEngine *publicEngine;
+ QV8Engine *v8Engine;
Value objectCtor;
Value stringCtor;