aboutsummaryrefslogtreecommitdiffstats
path: root/src/declarative/particles/qsgwander.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/declarative/particles/qsgwander.cpp')
-rw-r--r--src/declarative/particles/qsgwander.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/declarative/particles/qsgwander.cpp b/src/declarative/particles/qsgwander.cpp
index d3e87fb241..2a861c2ce6 100644
--- a/src/declarative/particles/qsgwander.cpp
+++ b/src/declarative/particles/qsgwander.cpp
@@ -79,7 +79,7 @@ QT_BEGIN_NAMESPACE
\endlist
*/
-QSGWanderAffector::QSGWanderAffector(QSGItem *parent) :
+QSGWanderAffector::QSGWanderAffector(QQuickItem *parent) :
QSGParticleAffector(parent), m_xVariance(0), m_yVariance(0), m_pace(0)
, m_affectedParameter(Velocity)
{