summaryrefslogtreecommitdiffstats
path: root/src/plugins/qdeclarativeview/qdeclarativeview_plugin.h
diff options
context:
space:
mode:
authorFriedemann Kleint <Friedemann.Kleint@theqtcompany.com>2015-05-18 09:33:35 +0200
committerFriedemann Kleint <Friedemann.Kleint@theqtcompany.com>2015-05-19 14:08:56 +0000
commit994cbd0de54f66abd6f10fe8fdfb36e2ef4f1350 (patch)
treee8fc6ac71e3790100fd0adf7f2bc345ebd448ec1 /src/plugins/qdeclarativeview/qdeclarativeview_plugin.h
parent79aff17bc604f126c507ca329dcdc42b34609886 (diff)
Turn the QDeclarativeView Qt Designer plugin into a uiplugin.
The plugin does not link to any Qt Designer classes, so, uiplugin is sufficient. Task-number: QTBUG-44724 Change-Id: Ibecdccd7080c0752d5605c33f2bbe4e9eb0a0e44 Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@theqtcompany.com> Reviewed-by: Jarek Kobus <jaroslaw.kobus@theqtcompany.com>
Diffstat (limited to 'src/plugins/qdeclarativeview/qdeclarativeview_plugin.h')
-rw-r--r--src/plugins/qdeclarativeview/qdeclarativeview_plugin.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/qdeclarativeview/qdeclarativeview_plugin.h b/src/plugins/qdeclarativeview/qdeclarativeview_plugin.h
index 5af85879..82e2b36b 100644
--- a/src/plugins/qdeclarativeview/qdeclarativeview_plugin.h
+++ b/src/plugins/qdeclarativeview/qdeclarativeview_plugin.h
@@ -34,7 +34,7 @@
#ifndef QDECLARATIVEVIEW_PLUGIN_H
#define QDECLARATIVEVIEW_PLUGIN_H
-#include <QtDesigner/QDesignerCustomWidgetInterface>
+#include <QtUiPlugin/QDesignerCustomWidgetInterface>
QT_BEGIN_NAMESPACE