summaryrefslogtreecommitdiffstats
path: root/src/widgets/styles/qmacstyle_mac.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/widgets/styles/qmacstyle_mac.h')
-rw-r--r--src/widgets/styles/qmacstyle_mac.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/widgets/styles/qmacstyle_mac.h b/src/widgets/styles/qmacstyle_mac.h
index ec4fed76eb..44940bd2b7 100644
--- a/src/widgets/styles/qmacstyle_mac.h
+++ b/src/widgets/styles/qmacstyle_mac.h
@@ -55,15 +55,15 @@ QT_MODULE(Gui)
class QPalette;
#if defined(QT_PLUGIN)
-#define Q_GUI_EXPORT_STYLE_MAC
+#define Q_WIDGETS_EXPORT_STYLE_MAC
#else
-#define Q_GUI_EXPORT_STYLE_MAC Q_GUI_EXPORT
+#define Q_WIDGETS_EXPORT_STYLE_MAC Q_WIDGETS_EXPORT
#endif
class QPushButton;
class QStyleOptionButton;
class QMacStylePrivate;
-class Q_GUI_EXPORT_STYLE_MAC QMacStyle : public QWindowsStyle
+class Q_WIDGETS_EXPORT_STYLE_MAC QMacStyle : public QWindowsStyle
{
Q_OBJECT
public: