diff --git a/src/gui/styles/qmacstyle_mac.h b/src/gui/styles/qmacstyle_mac.h index b6c5e2d22..36bbee86b 100644 --- a/src/gui/styles/qmacstyle_mac.h +++ b/src/gui/styles/qmacstyle_mac.h @@ -52,17 +52,10 @@ QT_BEGIN_NAMESPACE #if defined(Q_WS_MAC) && !defined(QT_NO_STYLE_MAC) class QPalette; - -#if defined(QT_PLUGIN) -#define Q_GUI_EXPORT_STYLE_MAC -#else -#define Q_GUI_EXPORT_STYLE_MAC Q_GUI_EXPORT -#endif - class QPushButton; class QStyleOptionButton; class QMacStylePrivate; -class Q_GUI_EXPORT_STYLE_MAC QMacStyle : public QWindowsStyle +class Q_GUI_EXPORT QMacStyle : public QWindowsStyle { Q_OBJECT public: