aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml/v4vm/qv4objectiterator.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/qml/qml/v4vm/qv4objectiterator.cpp')
-rw-r--r--src/qml/qml/v4vm/qv4objectiterator.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/qml/qml/v4vm/qv4objectiterator.cpp b/src/qml/qml/v4vm/qv4objectiterator.cpp
index 44ba9efcaa..5c1dd62736 100644
--- a/src/qml/qml/v4vm/qv4objectiterator.cpp
+++ b/src/qml/qml/v4vm/qv4objectiterator.cpp
@@ -38,10 +38,10 @@
** $QT_END_LICENSE$
**
****************************************************************************/
-#include "qv4objectiterator.h"
-#include "qv4object.h"
-#include "qv4stringobject.h"
-#include "qv4identifier.h"
+#include "qv4objectiterator_p.h"
+#include "qv4object_p.h"
+#include "qv4stringobject_p.h"
+#include "qv4identifier_p.h"
namespace QQmlJS {
namespace VM {