summaryrefslogtreecommitdiffstats
path: root/src/widgets/platforms/x11/qfont_x11.cpp
diff options
context:
space:
mode:
authorOlli Werwolff <qt-info@nokia.com>2011-06-08 09:51:07 +0200
committerOlli Werwolff <qt-info@nokia.com>2011-06-08 10:43:55 +0200
commit819f9ca965279562f34895dab405f28162c0b8ab (patch)
tree8e129b6846ec1762c5d33c4788be58abb29ad95b /src/widgets/platforms/x11/qfont_x11.cpp
parent6a243e555901b4345fec83b064ff378863f2d147 (diff)
Use Q_WIDGETS_EXPORT for widgets library
Reviewed-by: Lars Knoll
Diffstat (limited to 'src/widgets/platforms/x11/qfont_x11.cpp')
-rw-r--r--src/widgets/platforms/x11/qfont_x11.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/widgets/platforms/x11/qfont_x11.cpp b/src/widgets/platforms/x11/qfont_x11.cpp
index e89e0d9dc2..ba69871855 100644
--- a/src/widgets/platforms/x11/qfont_x11.cpp
+++ b/src/widgets/platforms/x11/qfont_x11.cpp
@@ -118,7 +118,7 @@ QString qt_fallback_font_family(int script)
}
// Sets the fallback family for the specified script.
-Q_GUI_EXPORT void qt_x11_set_fallback_font_family(int script, const QString &family)
+Q_WIDGETS_EXPORT void qt_x11_set_fallback_font_family(int script, const QString &family)
{
FallBackHash *hash = fallBackHash();
if (!family.isEmpty())