aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/jsruntime/qv4vme_moth_p.h
diff options
context:
space:
mode:
authorSimon Hausmann <simon.hausmann@digia.com>2013-08-08 15:30:58 +0200
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-08-08 15:35:29 +0200
commit84a4d5d9fe57af1091c4c36eabf8a674d7140bac (patch)
tree7025cc9646c50df3f5fa35af37b4014da4fde841 /src/qml/jsruntime/qv4vme_moth_p.h
parent3b8457712e7b98dd6ee88f0290deabdf46695598 (diff)
Trivial compile fix for tools/v4/v4
Change-Id: Idc17c13630d3684d9ae280632da1d1403700838e Reviewed-by: Lars Knoll <lars.knoll@digia.com>
Diffstat (limited to 'src/qml/jsruntime/qv4vme_moth_p.h')
-rw-r--r--src/qml/jsruntime/qv4vme_moth_p.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/qml/jsruntime/qv4vme_moth_p.h b/src/qml/jsruntime/qv4vme_moth_p.h
index 59692500ba..aedf865033 100644
--- a/src/qml/jsruntime/qv4vme_moth_p.h
+++ b/src/qml/jsruntime/qv4vme_moth_p.h
@@ -43,7 +43,7 @@
#define QV4VME_MOTH_P_H
#include <private/qv4runtime_p.h>
-#include "qv4instr_moth_p.h"
+#include <private/qv4instr_moth_p.h>
QT_BEGIN_NAMESPACE