summaryrefslogtreecommitdiffstats
path: root/examples/designer
diff options
context:
space:
mode:
authorOlivier Goffart <ogoffart@woboq.com>2012-05-16 18:14:18 +0200
committerQt by Nokia <qt-info@nokia.com>2012-05-20 17:27:35 +0200
commit99d73216071af0f8f85535375d463d42053f4fd9 (patch)
treef17f9fb1f88438ed3dad3c58ce4e9cce7d444d87 /examples/designer
parent9bcdb4f50547d84df2e3a16ee506e8807e9f671d (diff)
Update the includes after QIcon was moved to back to QtGui
Change-Id: I103c7c48f2280b22a8b224a82a07c29ffbae3c77 Reviewed-by: Lars Knoll <lars.knoll@nokia.com>
Diffstat (limited to 'examples/designer')
-rw-r--r--examples/designer/arthurplugin/plugin.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/designer/arthurplugin/plugin.cpp b/examples/designer/arthurplugin/plugin.cpp
index 6dfa41fb9..e6c966b6b 100644
--- a/examples/designer/arthurplugin/plugin.cpp
+++ b/examples/designer/arthurplugin/plugin.cpp
@@ -43,7 +43,7 @@
#include <QtDesigner/QDesignerCustomWidgetInterface>
#include <QtCore/qplugin.h>
-#include <QtWidgets/QIcon>
+#include <QtGui/QIcon>
#include <QtGui/QPixmap>
#include "xform.h"