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/platforms/x11/qwidget_x11.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/widgets/platforms/x11/qwidget_x11.cpp') diff --git a/src/widgets/platforms/x11/qwidget_x11.cpp b/src/widgets/platforms/x11/qwidget_x11.cpp index b0dac5f9e8..cd4b7b4e15 100644 --- a/src/widgets/platforms/x11/qwidget_x11.cpp +++ b/src/widgets/platforms/x11/qwidget_x11.cpp @@ -341,7 +341,7 @@ void qt_x11_enforce_cursor(QWidget * w, bool force) } } -Q_GUI_EXPORT void qt_x11_enforce_cursor(QWidget * w) +Q_WIDGETS_EXPORT void qt_x11_enforce_cursor(QWidget * w) { qt_x11_enforce_cursor(w, false); } @@ -397,7 +397,7 @@ void qt_x11_wait_for_window_manager(QWidget *w, bool sendPostedEvents) } while(1); } -Q_GUI_EXPORT void qt_x11_wait_for_window_manager(QWidget *w) +Q_WIDGETS_EXPORT void qt_x11_wait_for_window_manager(QWidget *w) { qt_x11_wait_for_window_manager(w, true); } -- cgit v1.2.3