summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorLars Knoll <lars.knoll@digia.com>2013-03-14 17:08:29 -0400
committerSimon Hausmann <simon.hausmann@digia.com>2013-03-14 22:15:02 +0100
commit2ec09791ebc254d5f0366b80833072c15e64552d (patch)
treea5b61f91121f1ad45a8437952a7b7854991df9b7 /tools
parent1e29c7f08cb3c16f6b798ab128c61c799862a623 (diff)
Rename qmljs_runtime to qv4runtime
Change-Id: I46ba9b2621be72116d94bee249ad5b798e951c88 Reviewed-by: Simon Hausmann <simon.hausmann@digia.com>
Diffstat (limited to 'tools')
-rw-r--r--tools/v4/main.cpp2
1 files changed, 1 insertions, 1 deletions
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"