fix the signal

svn path=/trunk/KDE/kdebase/workspace/libs/plasma/; revision=800869
This commit is contained in:
Aaron J. Seigo 2008-04-25 02:56:37 +00:00
parent 6bff9ea245
commit 39acf3e24d

View File

@ -208,7 +208,7 @@ void Containment::init()
setAcceptsHoverEvents(true);
//TODO: would be nice to not do this on init, as it causes AnimationDriver to init
connect(AnimationDriver::self(), SIGNAL(animationComplete(QGraphicsItem*,Plasma::AnimationDriver::Animation)),
connect(AnimationDriver::self(), SIGNAL(animationFinished(QGraphicsItem*,Plasma::AnimationDriver::Animation)),
this, SLOT(appletAnimationComplete(QGraphicsItem*,Plasma::AnimationDriver::Animation)));
if (d->type == NoContainmentType) {