From 819f9ca965279562f34895dab405f28162c0b8ab Mon Sep 17 00:00:00 2001 From: Olli Werwolff Date: Wed, 8 Jun 2011 09:51:07 +0200 Subject: Use Q_WIDGETS_EXPORT for widgets library Reviewed-by: Lars Knoll --- src/widgets/widgets/qmacnativewidget_mac.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/widgets/widgets/qmacnativewidget_mac.h') diff --git a/src/widgets/widgets/qmacnativewidget_mac.h b/src/widgets/widgets/qmacnativewidget_mac.h index 97289075c3..935feac58e 100644 --- a/src/widgets/widgets/qmacnativewidget_mac.h +++ b/src/widgets/widgets/qmacnativewidget_mac.h @@ -51,7 +51,7 @@ QT_BEGIN_NAMESPACE QT_MODULE(Gui) class QMacNativeWidgetPrivate; -class Q_GUI_EXPORT QMacNativeWidget : public QWidget +class Q_WIDGETS_EXPORT QMacNativeWidget : public QWidget { Q_OBJECT public: -- cgit v1.2.3