API REVIEW: protected slots -> not slots

svn path=/trunk/KDE/kdebase/workspace/libs/plasma/; revision=801707
This commit is contained in:
Davide Bettio 2008-04-27 13:52:59 +00:00
parent 3210ad5beb
commit 4845197db5

View File

@ -70,7 +70,7 @@ public:
*/ */
virtual void exec(const Plasma::SearchContext *search, const Plasma::SearchMatch *action); 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 * @return absolute path to the main script file for this plasmoid
*/ */