diff --git a/abstractrunner.h b/abstractrunner.h index 7f4921411..6d9b6ddda 100644 --- a/abstractrunner.h +++ b/abstractrunner.h @@ -75,11 +75,6 @@ class PLASMA_EXPORT AbstractRunner : public QObject virtual ~AbstractRunner(); - /** - * Provides access to the runner's configuration object. - */ - KConfigGroup config() const; - /** * This is the main query method. It should trigger creation of * SearchMatch instances through SearchContext::addInformationalMatch, @@ -179,6 +174,11 @@ class PLASMA_EXPORT AbstractRunner : public QObject explicit AbstractRunner(QObject* parent = 0, const QString& serviceId = QString()); AbstractRunner(QObject* parent, const QVariantList& args); + /** + * Provides access to the runner's configuration object. + */ + KConfigGroup config() const; + /** * Sets whether or not the the runner has options for matches */