aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/particles/qquickfriction/data/basic.qml
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/particles/qquickfriction/data/basic.qml')
-rw-r--r--tests/auto/particles/qquickfriction/data/basic.qml4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/auto/particles/qquickfriction/data/basic.qml b/tests/auto/particles/qquickfriction/data/basic.qml
index 5d27f2a2b3..59d8939ec6 100644
--- a/tests/auto/particles/qquickfriction/data/basic.qml
+++ b/tests/auto/particles/qquickfriction/data/basic.qml
@@ -63,7 +63,7 @@ Rectangle {
Emitter{
//0,0 position
- speed: PointDirection{x:100}
+ velocity: PointDirection{x:100}
size: 32
emitRate: 1000
lifeSpan: 500
@@ -78,7 +78,7 @@ Rectangle {
//0,0 position
group: "notdefault"
y:200
- speed: PointDirection{x:100}
+ velocity: PointDirection{x:100}
size: 32
emitRate: 1000
lifeSpan: 500