From 4845197db536fcc49c0d15fea0a1376a4a6afc95 Mon Sep 17 00:00:00 2001 From: Davide Bettio Date: Sun, 27 Apr 2008 13:52:59 +0000 Subject: [PATCH] API REVIEW: protected slots -> not slots svn path=/trunk/KDE/kdebase/workspace/libs/plasma/; revision=801707 --- scripting/runnerscript.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripting/runnerscript.h b/scripting/runnerscript.h index 0447aa915..884fef9bc 100644 --- a/scripting/runnerscript.h +++ b/scripting/runnerscript.h @@ -70,7 +70,7 @@ public: */ virtual void exec(const Plasma::SearchContext *search, const Plasma::SearchMatch *action); -protected Q_SLOTS: +protected: /** * @return absolute path to the main script file for this plasmoid */