From cda61b488820135e1af4d27df4c236c7e0560268 Mon Sep 17 00:00:00 2001 From: "Aaron J. Seigo" Date: Mon, 5 Nov 2007 16:41:27 +0000 Subject: [PATCH] we need to accept hover events, even though we do nothing with them svn path=/trunk/KDE/kdebase/workspace/libs/plasma/; revision=733132 --- containment.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/containment.cpp b/containment.cpp index 5736f9a23..fa6422470 100644 --- a/containment.cpp +++ b/containment.cpp @@ -88,6 +88,7 @@ Containment::Containment(QObject* parent, const QVariantList& args) : Applet(parent, args), d(new Private) { + setAcceptsHoverEvents(true); } Containment::~Containment()