aboutsummaryrefslogtreecommitdiffstats
path: root/src/declarative/particles/qsggroupgoal_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/declarative/particles/qsggroupgoal_p.h')
-rw-r--r--src/declarative/particles/qsggroupgoal_p.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/declarative/particles/qsggroupgoal_p.h b/src/declarative/particles/qsggroupgoal_p.h
index 6357c3f13a..59ccb7a73f 100644
--- a/src/declarative/particles/qsggroupgoal_p.h
+++ b/src/declarative/particles/qsggroupgoal_p.h
@@ -49,7 +49,7 @@ QT_BEGIN_NAMESPACE
QT_MODULE(Declarative)
-class QSGStochasticEngine;
+class QQuickStochasticEngine;
class QSGGroupGoalAffector : public QSGParticleAffector
{
@@ -57,7 +57,7 @@ class QSGGroupGoalAffector : public QSGParticleAffector
Q_PROPERTY(QString goalState READ goalState WRITE setGoalState NOTIFY goalStateChanged)
Q_PROPERTY(bool jump READ jump WRITE setJump NOTIFY jumpChanged)
public:
- explicit QSGGroupGoalAffector(QSGItem *parent = 0);
+ explicit QSGGroupGoalAffector(QQuickItem *parent = 0);
QString goalState() const
{