aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml/v4vm/qv4runtime.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/qml/qml/v4vm/qv4runtime.cpp')
-rw-r--r--src/qml/qml/v4vm/qv4runtime.cpp16
1 files changed, 8 insertions, 8 deletions
diff --git a/src/qml/qml/v4vm/qv4runtime.cpp b/src/qml/qml/v4vm/qv4runtime.cpp
index 9cd92677f6..8290bba3f2 100644
--- a/src/qml/qml/v4vm/qv4runtime.cpp
+++ b/src/qml/qml/v4vm/qv4runtime.cpp
@@ -39,15 +39,15 @@
**
****************************************************************************/
-#include "qv4global.h"
-#include "debugging.h"
-#include "qv4runtime.h"
-#include "qv4object.h"
+#include "qv4global_p.h"
+#include "qv4debugging_p.h"
+#include "qv4runtime_p.h"
+#include "qv4object_p.h"
#include "qv4jsir_p.h"
-#include "qv4objectproto.h"
-#include "qv4globalobject.h"
-#include "qv4stringobject.h"
-#include "qv4lookup.h"
+#include "qv4objectproto_p.h"
+#include "qv4globalobject_p.h"
+#include "qv4stringobject_p.h"
+#include "qv4lookup_p.h"
#include "private/qlocale_tools_p.h"
#include <QtCore/qmath.h>