diff options
Diffstat (limited to 'src/core')
-rw-r--r-- | src/core/kauthorized.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/core/kauthorized.h b/src/core/kauthorized.h index ac3cfa7e..a61e0927 100644 --- a/src/core/kauthorized.h +++ b/src/core/kauthorized.h @@ -110,8 +110,9 @@ KCONFIGCORE_EXPORT bool authorizeAction(const QString &action); * @see authorize() * @deprecated since 5.24, use authorizeAction() instead. */ +KCONFIGCORE_EXPORT KCONFIGCORE_DEPRECATED_VERSION(5, 24, "Use KAuthorized::authorizeAction(const QString&)") -KCONFIGCORE_EXPORT bool authorizeKAction(const QString &action); +bool authorizeKAction(const QString &action); #endif /** |