aboutsummaryrefslogtreecommitdiffstats
path: root/src/declarative/particles/qsgfriction.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/declarative/particles/qsgfriction.cpp')
-rw-r--r--src/declarative/particles/qsgfriction.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/declarative/particles/qsgfriction.cpp b/src/declarative/particles/qsgfriction.cpp
index 44b08e3dc0..85a586b51c 100644
--- a/src/declarative/particles/qsgfriction.cpp
+++ b/src/declarative/particles/qsgfriction.cpp
@@ -59,7 +59,7 @@ static qreal sign(qreal a)
return a >= 0 ? 1 : -1;
}
-QSGFrictionAffector::QSGFrictionAffector(QSGItem *parent) :
+QSGFrictionAffector::QSGFrictionAffector(QQuickItem *parent) :
QSGParticleAffector(parent), m_factor(0.0)
{
}