aboutsummaryrefslogtreecommitdiffstats
path: root/share/qtcreator/templates/qt4project/customwidgetwizard/tpl_collection.h
diff options
context:
space:
mode:
Diffstat (limited to 'share/qtcreator/templates/qt4project/customwidgetwizard/tpl_collection.h')
-rw-r--r--share/qtcreator/templates/qt4project/customwidgetwizard/tpl_collection.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/share/qtcreator/templates/qt4project/customwidgetwizard/tpl_collection.h b/share/qtcreator/templates/qt4project/customwidgetwizard/tpl_collection.h
index 7a08051003..2d1ef9e099 100644
--- a/share/qtcreator/templates/qt4project/customwidgetwizard/tpl_collection.h
+++ b/share/qtcreator/templates/qt4project/customwidgetwizard/tpl_collection.h
@@ -1,8 +1,8 @@
#ifndef @COLLECTION_INCLUDE_GUARD@
#define @COLLECTION_INCLUDE_GUARD@
-#include <QtDesigner/QtDesigner>
-#include <QtCore/qplugin.h>
+#include <QtDesigner>
+#include <qplugin.h>
class @COLLECTION_PLUGIN_CLASS@ : public QObject, public QDesignerCustomWidgetCollectionInterface
{