aboutsummaryrefslogtreecommitdiffstats
path: root/share/qtcreator/templates/wizards/qml-extension/object.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'share/qtcreator/templates/wizards/qml-extension/object.cpp')
-rw-r--r--share/qtcreator/templates/wizards/qml-extension/object.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/share/qtcreator/templates/wizards/qml-extension/object.cpp b/share/qtcreator/templates/wizards/qml-extension/object.cpp
index 0f9ed3e7bb..b78c708016 100644
--- a/share/qtcreator/templates/wizards/qml-extension/object.cpp
+++ b/share/qtcreator/templates/wizards/qml-extension/object.cpp
@@ -1,6 +1,6 @@
#include "%ObjectName:l%.%CppHeaderSuffix%"
-#include <QtDeclarative/qdeclarative.h>
+#include <qdeclarative.h>
%ObjectName%::%ObjectName%(QDeclarativeItem *parent):
QDeclarativeItem(parent)