aboutsummaryrefslogtreecommitdiff
path: root/src/core/kauthorized.h
diff options
context:
space:
mode:
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
/**