From 0207dcf11ae3a4e2aebafd5e1579b4d6a00a0fec Mon Sep 17 00:00:00 2001 From: David Faure Date: Sat, 2 Jul 2016 12:01:31 +0200 Subject: Fix previous commit - this still needs to be exported CCMAIL: elvis.angelaccio@kdemail.net --- src/core/kauthorized.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/core/kauthorized.h b/src/core/kauthorized.h index 584bac1a..51b944a3 100644 --- a/src/core/kauthorized.h +++ b/src/core/kauthorized.h @@ -122,7 +122,7 @@ KCONFIGCORE_EXPORT bool authorizeAction(const QString &action); * @deprecated Use authorizeAction() instead. */ #ifndef KDE_NO_DEPRECATED -KCONFIGCORE_DEPRECATED bool authorizeKAction(const QString &action); +KCONFIGCORE_DEPRECATED_EXPORT bool authorizeKAction(const QString &action); #endif /** -- cgit v1.2.1