summaryrefslogtreecommitdiffstats
path: root/examples/declarative/flowview/rect.qml
diff options
context:
space:
mode:
Diffstat (limited to 'examples/declarative/flowview/rect.qml')
-rw-r--r--examples/declarative/flowview/rect.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/declarative/flowview/rect.qml b/examples/declarative/flowview/rect.qml
index 3fecf17..7d2b58b 100644
--- a/examples/declarative/flowview/rect.qml
+++ b/examples/declarative/flowview/rect.qml
@@ -1,4 +1,4 @@
import Qt 4.6
-Rect { radius: 5; border.width: 1; width:400; height: 120; color: background; }
+Rectangle { radius: 5; border.width: 1; width:400; height: 120; color: background; }