From 4f096fd6466a8b5d1e05bbae593f3028fb4ef65a Mon Sep 17 00:00:00 2001 From: Dominik Haumann Date: Tue, 8 Aug 2017 22:06:26 +0200 Subject: KAuthorized: Fix API documentation for authorizeAction() Differential Revision: https://phabricator.kde.org/D7210 --- src/core/kauthorized.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/core/kauthorized.h') diff --git a/src/core/kauthorized.h b/src/core/kauthorized.h index 37bd54f9..5ace4db9 100644 --- a/src/core/kauthorized.h +++ b/src/core/kauthorized.h @@ -53,19 +53,19 @@ namespace KAuthorized * will return @c false. * * This method is intended for actions that do not necessarily have a - * one-to-one correspondence with a menu or toolbar item (ie: a KAction + * one-to-one correspondence with a menu or toolbar item (ie: a QAction * in a KXMLGui application). "shell_access" is an example of such a * "generic" action. * * The convention for actions like "File->New" is to prepend the action * name with "action/", for example "action/file_new". This is what - * authorizeKAction() does. + * authorizeAction() does. * * @param action The name of the action. * @return @c true if the action is authorized, @c false * otherwise. * - * @see authorizeKAction() + * @see authorizeAction() */ KCONFIGCORE_EXPORT bool authorize(const QString &action); -- cgit v1.2.1