aboutsummaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
Diffstat (limited to 'examples')
-rw-r--r--examples/declarative/particles/custom/custom.qml2
-rw-r--r--examples/declarative/particles/custom/fallingleaves.qml4
2 files changed, 3 insertions, 3 deletions
diff --git a/examples/declarative/particles/custom/custom.qml b/examples/declarative/particles/custom/custom.qml
index 7a6b51d40e..9a562af3b6 100644
--- a/examples/declarative/particles/custom/custom.qml
+++ b/examples/declarative/particles/custom/custom.qml
@@ -27,7 +27,7 @@ ParticleSystem{
duration: 24000
}
function convert(a){return a*(Math.PI/180);}
- CustomEmitter{
+ Emitter{
lifeSpan: 4000
emitRate: 120
size: 12
diff --git a/examples/declarative/particles/custom/fallingleaves.qml b/examples/declarative/particles/custom/fallingleaves.qml
index 1d1282ebbb..3572490451 100644
--- a/examples/declarative/particles/custom/fallingleaves.qml
+++ b/examples/declarative/particles/custom/fallingleaves.qml
@@ -25,7 +25,7 @@ Item {
xVariance: 60
pace: 60
}
- CustomAffector{
+ Affector{
system: sys
property real coefficient: 0.1
property real speed: 1.5
@@ -56,7 +56,7 @@ Item {
}
}
- CustomAffector{//Custom Friction, adds some 'randomness'
+ Affector{//Custom Friction, adds some 'randomness'
system: sys
//onceOff: true
x: -60