summaryrefslogtreecommitdiff
path: root/share/qtcreator/templates/wizards/qml-extension/object.h
diff options
context:
space:
mode:
Diffstat (limited to 'share/qtcreator/templates/wizards/qml-extension/object.h')
-rw-r--r--share/qtcreator/templates/wizards/qml-extension/object.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/share/qtcreator/templates/wizards/qml-extension/object.h b/share/qtcreator/templates/wizards/qml-extension/object.h
index 054174b20e..594491e67c 100644
--- a/share/qtcreator/templates/wizards/qml-extension/object.h
+++ b/share/qtcreator/templates/wizards/qml-extension/object.h
@@ -1,7 +1,7 @@
#ifndef %ObjectName:u%_H
#define %ObjectName:u%_H
-#include <QtDeclarative/QDeclarativeItem>
+#include <QDeclarativeItem>
class %ObjectName% : public QDeclarativeItem
{