adapt to api changes:
Animator::movementComplete() -> Animator movementFinished() svn path=/trunk/KDE/kdebase/workspace/libs/plasma/; revision=801556
This commit is contained in:
parent
311d2bafd2
commit
6989fb4388
@ -97,7 +97,7 @@ DesktopToolbox::DesktopToolbox(QGraphicsItem *parent)
|
||||
: Toolbox(parent),
|
||||
d(new Private)
|
||||
{
|
||||
connect(Plasma::Animator::self(), SIGNAL(movementComplete(QGraphicsItem*)), this, SLOT(toolMoved(QGraphicsItem*)));
|
||||
connect(Plasma::Animator::self(), SIGNAL(movementFinished(QGraphicsItem*)), this, SLOT(toolMoved(QGraphicsItem*)));
|
||||
|
||||
setZValue(10000000);
|
||||
setFlag(ItemClipsToShape, true);
|
||||
|
@ -96,7 +96,7 @@ PanelToolbox::PanelToolbox(QGraphicsItem *parent)
|
||||
: Toolbox(parent),
|
||||
d(new Private)
|
||||
{
|
||||
connect(Plasma::Animator::self(), SIGNAL(movementComplete(QGraphicsItem*)), this, SLOT(toolMoved(QGraphicsItem*)));
|
||||
connect(Plasma::Animator::self(), SIGNAL(movementFinished(QGraphicsItem*)), this, SLOT(toolMoved(QGraphicsItem*)));
|
||||
|
||||
setZValue(10000000);
|
||||
setFlag(ItemClipsToShape, true);
|
||||
|
Loading…
Reference in New Issue
Block a user