diff --git a/applet.h b/applet.h index 12bb19143..b5a07e1ad 100644 --- a/applet.h +++ b/applet.h @@ -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 */