we need to accept hover events, even though we do nothing with them

svn path=/trunk/KDE/kdebase/workspace/libs/plasma/; revision=733132
This commit is contained in:
Aaron J. Seigo 2007-11-05 16:41:27 +00:00
parent f88bfe32f3
commit cda61b4888

View File

@ -88,6 +88,7 @@ Containment::Containment(QObject* parent, const QVariantList& args)
: Applet(parent, args), : Applet(parent, args),
d(new Private) d(new Private)
{ {
setAcceptsHoverEvents(true);
} }
Containment::~Containment() Containment::~Containment()