aboutsummaryrefslogtreecommitdiffstats
path: root/src/declarative/particles/qsgparticlegroup.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/declarative/particles/qsgparticlegroup.cpp')
-rw-r--r--src/declarative/particles/qsgparticlegroup.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/declarative/particles/qsgparticlegroup.cpp b/src/declarative/particles/qsgparticlegroup.cpp
index bcccf3c3df..c4eded93e6 100644
--- a/src/declarative/particles/qsgparticlegroup.cpp
+++ b/src/declarative/particles/qsgparticlegroup.cpp
@@ -90,7 +90,7 @@
*/
QSGParticleGroup::QSGParticleGroup(QObject* parent)
- : QSGStochasticState(parent)
+ : QQuickStochasticState(parent)
, m_system(0)
{