summaryrefslogtreecommitdiffstats
path: root/examples/declarative/animation/animation.qml
diff options
context:
space:
mode:
Diffstat (limited to 'examples/declarative/animation/animation.qml')
-rw-r--r--examples/declarative/animation/animation.qml4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/declarative/animation/animation.qml b/examples/declarative/animation/animation.qml
index 2ea6616..ccfe164 100644
--- a/examples/declarative/animation/animation.qml
+++ b/examples/declarative/animation/animation.qml
@@ -1,10 +1,10 @@
import Qt 4.6
-Rect {
+Rectangle {
width: 400
height: 200
color: "white"
- Rect {
+ Rectangle {
width: 40
height: 40
y: 80