diff --git a/abstractrunner.h b/abstractrunner.h index bab49f7e6..b7b6526dc 100644 --- a/abstractrunner.h +++ b/abstractrunner.h @@ -54,8 +54,8 @@ class AbstractRunnerPrivate; * Be aware that runners have to be thread-safe. This is due to the fact that * each runner is executed in its own thread for each new term. Thus, a runner * may be executed more than once at the same time. See match() for details. - * To let krunner expose the runner for single runner query mode, the runner - * must set the "SingleRunnerQueryMode" key to true in the .desktop file + * To let krunner expose a global shortcut for the single runner query mode, the runner + * must set the "X-Plasma-AdvertiseSingleRunnerMode" key to true in the .desktop file * and set a default syntax. See setDefaultSyntax() for details. * */ @@ -403,7 +403,7 @@ class PLASMA_EXPORT AbstractRunner : public QObject * is no need to add it using addSyntax. * Note that there can be only one default syntax; if called more than once, the last * call will determine the default syntax. - * A default syntax (even trivial) is required to enable single runner mode + * A default syntax (even trivial) is required to advertise single runner mode * * @param syntax the syntax to register and to set as default * @since 4.4