aboutsummaryrefslogtreecommitdiffstats
path: root/tests/testapplications/elements/content/ShapeElement.qml
diff options
context:
space:
mode:
Diffstat (limited to 'tests/testapplications/elements/content/ShapeElement.qml')
-rw-r--r--tests/testapplications/elements/content/ShapeElement.qml4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/testapplications/elements/content/ShapeElement.qml b/tests/testapplications/elements/content/ShapeElement.qml
index c0ccd91696..6225a3d96a 100644
--- a/tests/testapplications/elements/content/ShapeElement.qml
+++ b/tests/testapplications/elements/content/ShapeElement.qml
@@ -67,7 +67,7 @@ Item {
anchors.fill: parent
emitRate: 500
lifeSpan: 2000
- speed: TargetDirection {
+ velocity: TargetDirection {
targetX: particlesystem.width/2
targetY: particlesystem.height/2
proportionalMagnitude: true
@@ -82,7 +82,7 @@ Item {
anchors.fill: parent
emitRate: 200
lifeSpan: 1000
- speed: TargetDirection {
+ velocity: TargetDirection {
targetX: particlesystem.width/2
targetY: particlesystem.height/2
proportionalMagnitude: true