aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml/v4vm/qv4regexpobject.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/qml/qml/v4vm/qv4regexpobject.cpp')
-rw-r--r--src/qml/qml/v4vm/qv4regexpobject.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/qml/qml/v4vm/qv4regexpobject.cpp b/src/qml/qml/v4vm/qv4regexpobject.cpp
index 3119382e69..4dabb76c1f 100644
--- a/src/qml/qml/v4vm/qv4regexpobject.cpp
+++ b/src/qml/qml/v4vm/qv4regexpobject.cpp
@@ -39,12 +39,12 @@
**
****************************************************************************/
-#include "qv4regexpobject.h"
+#include "qv4regexpobject_p.h"
#include "qv4jsir_p.h"
#include "qv4isel_p.h"
-#include "qv4objectproto.h"
-#include "qv4stringobject.h"
-#include "qv4mm.h"
+#include "qv4objectproto_p.h"
+#include "qv4stringobject_p.h"
+#include "qv4mm_p.h"
#include <private/qqmljsengine_p.h>
#include <private/qqmljslexer_p.h>