aboutsummaryrefslogtreecommitdiff
path: root/src/core/kauthorized.h
diff options
context:
space:
mode:
authorDavid Faure <faure@kde.org>2016-07-02 12:01:31 +0200
committerDavid Faure <faure@kde.org>2016-07-02 12:01:31 +0200
commit0207dcf11ae3a4e2aebafd5e1579b4d6a00a0fec (patch)
tree6bb4c9b3687af53d8c3fa8618e1ee04d5b4a7c71 /src/core/kauthorized.h
parentb566ff96512b6ead8b11a20e23cc87bc80d72e75 (diff)
downloadkconfig-0207dcf11ae3a4e2aebafd5e1579b4d6a00a0fec.tar.gz
kconfig-0207dcf11ae3a4e2aebafd5e1579b4d6a00a0fec.tar.bz2
Fix previous commit - this still needs to be exported
CCMAIL: elvis.angelaccio@kdemail.net
Diffstat (limited to 'src/core/kauthorized.h')
-rw-r--r--src/core/kauthorized.h2
1 files changed, 1 insertions, 1 deletions
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
/**