aboutsummaryrefslogtreecommitdiffstats
path: root/src/declarative/particles/qsgmove_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/declarative/particles/qsgmove_p.h')
-rw-r--r--src/declarative/particles/qsgmove_p.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/declarative/particles/qsgmove_p.h b/src/declarative/particles/qsgmove_p.h
index 2f7fc831f5..4ff5239357 100644
--- a/src/declarative/particles/qsgmove_p.h
+++ b/src/declarative/particles/qsgmove_p.h
@@ -60,7 +60,7 @@ class QSGMoveAffector : public QSGParticleAffector
Q_PROPERTY(QSGDirection *acceleration READ acceleration WRITE setAcceleration NOTIFY accelerationChanged RESET accelerationReset)
public:
- explicit QSGMoveAffector(QSGItem *parent = 0);
+ explicit QSGMoveAffector(QQuickItem *parent = 0);
QSGDirection * position() const
{
return m_position;