aboutsummaryrefslogtreecommitdiffstats
path: root/src/declarative/particles/qsgspritegoal_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/declarative/particles/qsgspritegoal_p.h')
-rw-r--r--src/declarative/particles/qsgspritegoal_p.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/declarative/particles/qsgspritegoal_p.h b/src/declarative/particles/qsgspritegoal_p.h
index 7f20b1ed8a..bdb86d7705 100644
--- a/src/declarative/particles/qsgspritegoal_p.h
+++ b/src/declarative/particles/qsgspritegoal_p.h
@@ -50,7 +50,7 @@ QT_BEGIN_NAMESPACE
QT_MODULE(Declarative)
-class QSGStochasticEngine;
+class QQuickStochasticEngine;
class QSGSpriteGoalAffector : public QSGParticleAffector
{
@@ -59,7 +59,7 @@ class QSGSpriteGoalAffector : public QSGParticleAffector
Q_PROPERTY(bool jump READ jump WRITE setJump NOTIFY jumpChanged)
Q_PROPERTY(bool systemStates READ systemStates WRITE setSystemStates NOTIFY systemStatesChanged)
public:
- explicit QSGSpriteGoalAffector(QSGItem *parent = 0);
+ explicit QSGSpriteGoalAffector(QQuickItem *parent = 0);
QString goalState() const
{
@@ -108,10 +108,10 @@ void setSystemStates(bool arg)
}
private:
- void updateStateIndex(QSGStochasticEngine* e);
+ void updateStateIndex(QQuickStochasticEngine* e);
QString m_goalState;
int m_goalIdx;
- QSGStochasticEngine* m_lastEngine;
+ QQuickStochasticEngine* m_lastEngine;
bool m_jump;
bool m_systemStates;