From f5b6d38cacb388210108bf6b6d715d539a1d59ef Mon Sep 17 00:00:00 2001 From: "Aaron J. Seigo" Date: Sun, 13 Apr 2008 08:24:28 +0000 Subject: [PATCH] this needs to be virtual as well svn path=/trunk/KDE/kdebase/workspace/libs/plasma/; revision=796306 --- applet.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/applet.h b/applet.h index b208d490f..20a0e4f0d 100644 --- a/applet.h +++ b/applet.h @@ -573,7 +573,7 @@ class PLASMA_EXPORT Applet : public Widget /** * Sets whether or not this Applet is acting as a Containment */ - void setIsContainment(bool isContainment); + virtual void setIsContainment(bool isContainment); /** * @return true if this Applet is currently being used as a Containment, false otherwise