summaryrefslogtreecommitdiffstats
path: root/src/widgets/platforms/mac/qt_mac_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/widgets/platforms/mac/qt_mac_p.h')
-rw-r--r--src/widgets/platforms/mac/qt_mac_p.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/widgets/platforms/mac/qt_mac_p.h b/src/widgets/platforms/mac/qt_mac_p.h
index 4625982062..80328c3497 100644
--- a/src/widgets/platforms/mac/qt_mac_p.h
+++ b/src/widgets/platforms/mac/qt_mac_p.h
@@ -138,7 +138,7 @@ public:
void performFade();
};
-class Q_GUI_EXPORT QMacCocoaAutoReleasePool
+class Q_WIDGETS_EXPORT QMacCocoaAutoReleasePool
{
private:
void *pool;
@@ -151,7 +151,7 @@ public:
QString qt_mac_removeMnemonics(const QString &original); //implemented in qmacstyle_mac.cpp
-class Q_GUI_EXPORT QMacWindowChangeEvent
+class Q_WIDGETS_EXPORT QMacWindowChangeEvent
{
private:
static QList<QMacWindowChangeEvent*> *change_events;