aboutsummaryrefslogtreecommitdiffstats
path: root/src/declarative/particles/qsgage.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/declarative/particles/qsgage.cpp')
-rw-r--r--src/declarative/particles/qsgage.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/declarative/particles/qsgage.cpp b/src/declarative/particles/qsgage.cpp
index da7736a818..797dd14f35 100644
--- a/src/declarative/particles/qsgage.cpp
+++ b/src/declarative/particles/qsgage.cpp
@@ -76,7 +76,7 @@ QT_BEGIN_NAMESPACE
Default value is true.
*/
-QSGAgeAffector::QSGAgeAffector(QSGItem *parent) :
+QSGAgeAffector::QSGAgeAffector(QQuickItem *parent) :
QSGParticleAffector(parent), m_lifeLeft(0), m_advancePosition(true)
{
}