aboutsummaryrefslogtreecommitdiffstats
path: root/src/declarative/particles/qsgcustomaffector_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/declarative/particles/qsgcustomaffector_p.h')
-rw-r--r--src/declarative/particles/qsgcustomaffector_p.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/declarative/particles/qsgcustomaffector_p.h b/src/declarative/particles/qsgcustomaffector_p.h
index fc0735e971..679034e602 100644
--- a/src/declarative/particles/qsgcustomaffector_p.h
+++ b/src/declarative/particles/qsgcustomaffector_p.h
@@ -58,7 +58,7 @@ class QSGCustomAffector : public QSGParticleAffector
Q_OBJECT
public:
- explicit QSGCustomAffector(QSGItem *parent = 0);
+ explicit QSGCustomAffector(QQuickItem *parent = 0);
virtual void affectSystem(qreal dt);
signals: