From b37d43eafd9b7d44a9af36ba8223724d2e54dc82 Mon Sep 17 00:00:00 2001 From: Davide Bettio Date: Mon, 28 Apr 2008 21:23:27 +0000 Subject: [PATCH] API REVIEW: showConfigurationInterface() -> nonvirtual svn path=/trunk/KDE/kdebase/workspace/libs/plasma/; revision=802232 --- applet.h | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/applet.h b/applet.h index b5a07e1ad..8bb49feb8 100644 --- a/applet.h +++ b/applet.h @@ -507,11 +507,8 @@ class PLASMA_EXPORT Applet : public QGraphicsWidget * Lets the user interact with the plasmoid options. * Called when the user selects the configure entry * from the context menu. - * - * Applets should NOT reimplement this method unless there is good - * reason to do so, but instead reimplment createConfigurationInterface */ - virtual void showConfigurationInterface(); + void showConfigurationInterface(); /** * Causes this applet to raise above all other applets.