aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Faure <faure@kde.org>2015-05-12 12:48:55 +0200
committerDavid Faure <faure@kde.org>2015-05-12 12:48:55 +0200
commit661d03d14aa2342e0542b49da4b440954c9654eb (patch)
tree5ab6c4ef0471ae62dfb9bd4be391efcea6b81f24
parent9978cfd5ccd18509dd514b3a7ada8c158c209de1 (diff)
downloadkconfig-661d03d14aa2342e0542b49da4b440954c9654eb.tar.gz
kconfig-661d03d14aa2342e0542b49da4b440954c9654eb.tar.bz2
fix missing export
-rw-r--r--src/gui/kconfiggui.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/kconfiggui.h b/src/gui/kconfiggui.h
index fe1f8200..813ab646 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
}