aboutsummaryrefslogtreecommitdiff
path: root/src/corelib/animation/widget/mwidgetmoveanimation.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/corelib/animation/widget/mwidgetmoveanimation.cpp')
-rw-r--r--src/corelib/animation/widget/mwidgetmoveanimation.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/corelib/animation/widget/mwidgetmoveanimation.cpp b/src/corelib/animation/widget/mwidgetmoveanimation.cpp
index 25a73db4..994e1fa2 100644
--- a/src/corelib/animation/widget/mwidgetmoveanimation.cpp
+++ b/src/corelib/animation/widget/mwidgetmoveanimation.cpp
@@ -61,7 +61,7 @@ MWidgetMoveAnimation::MWidgetMoveAnimation(MWidgetMoveAnimationPrivate *dd, QObj
d->init();
}
-void MWidgetMoveAnimation::setWidget(MWidgetController *widget)
+void MWidgetMoveAnimation::setWidget(QGraphicsWidget *widget)
{
Q_D(MWidgetMoveAnimation);