API REVIEW: createConfigurationInterface() -> virtual protected, not slot

svn path=/trunk/KDE/kdebase/workspace/libs/plasma/; revision=802169
This commit is contained in:
Davide Bettio 2008-04-28 18:32:34 +00:00
parent 3e6877ab4d
commit 78ef3e466c

View File

@ -513,16 +513,6 @@ class PLASMA_EXPORT Applet : public QGraphicsWidget
*/
virtual void showConfigurationInterface();
/**
* Reimplement this method so provide a configuration interface,
* parented to the supplied widget. Ownership of the widgets is passed
* to the parent widget.
*
* @param parent the dialog which is the parent of the configuration
* widgets
*/
virtual void createConfigurationInterface(KConfigDialog *parent);
/**
* Causes this applet to raise above all other applets.
*/
@ -602,6 +592,16 @@ class PLASMA_EXPORT Applet : public QGraphicsWidget
**/
void setHasConfigurationInterface(bool hasInterface);
/**
* Reimplement this method so provide a configuration interface,
* parented to the supplied widget. Ownership of the widgets is passed
* to the parent widget.
*
* @param parent the dialog which is the parent of the configuration
* widgets
*/
virtual void createConfigurationInterface(KConfigDialog *parent);
/**
* Sets whether or not this Applet is acting as a Containment
*/