summaryrefslogtreecommitdiffstats
path: root/src/widgets/kernel/qguiplatformplugin_p.h
diff options
context:
space:
mode:
authorOlli Werwolff <qt-info@nokia.com>2011-06-08 09:51:07 +0200
committerOlli Werwolff <qt-info@nokia.com>2011-06-08 10:43:55 +0200
commit819f9ca965279562f34895dab405f28162c0b8ab (patch)
tree8e129b6846ec1762c5d33c4788be58abb29ad95b /src/widgets/kernel/qguiplatformplugin_p.h
parent6a243e555901b4345fec83b064ff378863f2d147 (diff)
Use Q_WIDGETS_EXPORT for widgets library
Reviewed-by: Lars Knoll
Diffstat (limited to 'src/widgets/kernel/qguiplatformplugin_p.h')
-rw-r--r--src/widgets/kernel/qguiplatformplugin_p.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/widgets/kernel/qguiplatformplugin_p.h b/src/widgets/kernel/qguiplatformplugin_p.h
index dff3c45c25..3fae6a5cbe 100644
--- a/src/widgets/kernel/qguiplatformplugin_p.h
+++ b/src/widgets/kernel/qguiplatformplugin_p.h
@@ -70,7 +70,7 @@ class QFileDialog;
class QColorDialog;
class QFileInfo;
-struct Q_GUI_EXPORT QGuiPlatformPluginInterface : public QFactoryInterface
+struct Q_WIDGETS_EXPORT QGuiPlatformPluginInterface : public QFactoryInterface
{
};
@@ -78,7 +78,7 @@ struct Q_GUI_EXPORT QGuiPlatformPluginInterface : public QFactoryInterface
Q_DECLARE_INTERFACE(QGuiPlatformPluginInterface, QGuiPlatformPluginInterface_iid)
-class Q_GUI_EXPORT QGuiPlatformPlugin : public QObject, public QGuiPlatformPluginInterface
+class Q_WIDGETS_EXPORT QGuiPlatformPlugin : public QObject, public QGuiPlatformPluginInterface
{
Q_OBJECT
Q_INTERFACES(QGuiPlatformPluginInterface:QFactoryInterface)