summaryrefslogtreecommitdiffstats
path: root/src/widgets/styles/qstyleplugin.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/widgets/styles/qstyleplugin.h')
-rw-r--r--src/widgets/styles/qstyleplugin.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/widgets/styles/qstyleplugin.h b/src/widgets/styles/qstyleplugin.h
index 2dd8ccfcfd..ab55cdf54c 100644
--- a/src/widgets/styles/qstyleplugin.h
+++ b/src/widgets/styles/qstyleplugin.h
@@ -53,7 +53,7 @@ QT_MODULE(Gui)
class QStyle;
-struct Q_GUI_EXPORT QStyleFactoryInterface : public QFactoryInterface
+struct Q_WIDGETS_EXPORT QStyleFactoryInterface : public QFactoryInterface
{
virtual QStyle *create(const QString &key) = 0;
};
@@ -62,7 +62,7 @@ struct Q_GUI_EXPORT QStyleFactoryInterface : public QFactoryInterface
Q_DECLARE_INTERFACE(QStyleFactoryInterface, QStyleFactoryInterface_iid)
-class Q_GUI_EXPORT QStylePlugin : public QObject, public QStyleFactoryInterface
+class Q_WIDGETS_EXPORT QStylePlugin : public QObject, public QStyleFactoryInterface
{
Q_OBJECT
Q_INTERFACES(QStyleFactoryInterface:QFactoryInterface)