diff options
Diffstat (limited to 'src/core')
-rw-r--r-- | src/core/kauthorized.h | 2 |
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 /** |