aboutsummaryrefslogtreecommitdiffstats
path: root/src/declarative/particles/qsgmove.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/declarative/particles/qsgmove.cpp')
-rw-r--r--src/declarative/particles/qsgmove.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/declarative/particles/qsgmove.cpp b/src/declarative/particles/qsgmove.cpp
index e885685d6d..9f13fad093 100644
--- a/src/declarative/particles/qsgmove.cpp
+++ b/src/declarative/particles/qsgmove.cpp
@@ -84,7 +84,7 @@ const qreal CONV = 0.017453292520444443;
to the new one.
*/
-QSGMoveAffector::QSGMoveAffector(QSGItem *parent)
+QSGMoveAffector::QSGMoveAffector(QQuickItem *parent)
: QSGParticleAffector(parent)
, m_position(&m_nullVector)
, m_speed(&m_nullVector)