summaryrefslogtreecommitdiffstats
path: root/src/declarative/util/qmlpalette.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/declarative/util/qmlpalette.cpp')
-rw-r--r--src/declarative/util/qmlpalette.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/declarative/util/qmlpalette.cpp b/src/declarative/util/qmlpalette.cpp
index d500986..d86f98f 100644
--- a/src/declarative/util/qmlpalette.cpp
+++ b/src/declarative/util/qmlpalette.cpp
@@ -64,7 +64,7 @@ QML_DEFINE_TYPE(Qt,4,6,(QT_VERSION&0x00ff00)>>8,Palette,QmlPalette)
\code
Palette { id: MyPalette; colorGroup: Qt.Active }
- Rect {
+ Rectangle {
width: 640; height: 480
color: MyPalette.window
Text {