summaryrefslogtreecommitdiffstats
path: root/src/widgets/platforms/x11/qfont_x11.cpp
diff options
context:
space:
mode:
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())