From 4f31401ca91c4bc3a542432113ba49a6d41b9414 Mon Sep 17 00:00:00 2001 From: Chani Armitage Date: Tue, 20 May 2008 01:27:49 +0000 Subject: [PATCH] *basic keyboard shortcuts for desktop-containment-switching *setContainment went virtual so that switches can be done reliably svn path=/trunk/KDE/kdebase/workspace/libs/plasma/; revision=810098 --- view.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/view.h b/view.h index f48b924bb..f19e56710 100644 --- a/view.h +++ b/view.h @@ -118,7 +118,7 @@ public: * * @arg containment the containment to center the view on */ - void setContainment(Containment *containment); + virtual void setContainment(Containment *containment); /** * @return the containment associated with this view, or 0 if none is