aboutsummaryrefslogtreecommitdiffstats
path: root/share/qtcreator/templates/wizards/qml-extension/plugin.h
diff options
context:
space:
mode:
Diffstat (limited to 'share/qtcreator/templates/wizards/qml-extension/plugin.h')
-rw-r--r--share/qtcreator/templates/wizards/qml-extension/plugin.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/share/qtcreator/templates/wizards/qml-extension/plugin.h b/share/qtcreator/templates/wizards/qml-extension/plugin.h
index c8a93a7020..8eaa62384a 100644
--- a/share/qtcreator/templates/wizards/qml-extension/plugin.h
+++ b/share/qtcreator/templates/wizards/qml-extension/plugin.h
@@ -1,7 +1,7 @@
#ifndef %ProjectName:h%_PLUGIN_H
#define %ProjectName:h%_PLUGIN_H
-#include <QtDeclarative/QDeclarativeExtensionPlugin>
+#include <QDeclarativeExtensionPlugin>
class %ProjectName:s%Plugin : public QDeclarativeExtensionPlugin
{