aboutsummaryrefslogtreecommitdiff
path: root/src/corelib/animation/widget/mwidgetmoveanimation_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/corelib/animation/widget/mwidgetmoveanimation_p.h')
-rw-r--r--src/corelib/animation/widget/mwidgetmoveanimation_p.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/corelib/animation/widget/mwidgetmoveanimation_p.h b/src/corelib/animation/widget/mwidgetmoveanimation_p.h
index f0b86e86..00839825 100644
--- a/src/corelib/animation/widget/mwidgetmoveanimation_p.h
+++ b/src/corelib/animation/widget/mwidgetmoveanimation_p.h
@@ -24,7 +24,6 @@
#include "mparallelanimationgroup_p.h"
#include <QPointer>
-class MWidgetController;
class QPauseAnimation;
class QPropertyAnimation;
@@ -34,7 +33,7 @@ class MWidgetMoveAnimationPrivate : public MParallelAnimationGroupPrivate
public:
virtual void init();
- QPointer<MWidgetController> widget;
+ QPointer<QGraphicsWidget> widget;
QPointF finalPos;
QPauseAnimation *delay;