From 661d03d14aa2342e0542b49da4b440954c9654eb Mon Sep 17 00:00:00 2001 From: David Faure Date: Tue, 12 May 2015 12:48:55 +0200 Subject: [PATCH 3/3] fix missing export --- src/gui/kconfiggui.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gui/kconfiggui.h b/src/gui/kconfiggui.h index fe1f820..813ab64 100644 --- a/src/gui/kconfiggui.h +++ b/src/gui/kconfiggui.h @@ -64,7 +64,7 @@ KCONFIGGUI_EXPORT bool hasSessionConfig(); * @deprecated since 5.11, use sessionConfig()->name() */ #ifndef KDE_NO_DEPRECATED -KCONFIGGUI_DEPRECATED QString sessionConfigName(); +KCONFIGGUI_DEPRECATED_EXPORT QString sessionConfigName(); #endif } -- 2.4.0