diff --git a/applet.h b/applet.h index c10032a68..71781de9b 100644 --- a/applet.h +++ b/applet.h @@ -102,7 +102,7 @@ class PLASMA_EXPORT Applet : public Widget * This method is called once the applet is loaded and added to a Corona. * If the applet requires a QGraphicsScene or has an particularly intensive * set of initialization routines to go through, consider implementing it - * in this method instead of the contsructor. + * in this method instead of the constructor. **/ virtual void init(); @@ -278,15 +278,6 @@ class PLASMA_EXPORT Applet : public Widget **/ bool hasConfigurationInterface(); - /** - * Reimplement this slot to show a configuration dialog. - * - * Let the user play with the plasmoid options. - * Called when the user selects the configure entry - * from the context menu. - */ - virtual void showConfigurationInterface(); - /** * Attempts to load an applet * @@ -507,6 +498,15 @@ class PLASMA_EXPORT Applet : public Widget */ void destroy(); + /** + * Reimplement this slot to show a configuration dialog. + * + * Let the user play with the plasmoid options. + * Called when the user selects the configure entry + * from the context menu. + */ + virtual void showConfigurationInterface(); + protected: /** * Called when a request to save the state of the applet is made