summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-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 e714bc7..d500986 100644
--- a/src/declarative/util/qmlpalette.cpp
+++ b/src/declarative/util/qmlpalette.cpp
@@ -62,7 +62,7 @@ QML_DEFINE_TYPE(Qt,4,6,(QT_VERSION&0x00ff00)>>8,Palette,QmlPalette)
Example:
\code
- Palette { id: MyPalette; colorGroup: "Active" }
+ Palette { id: MyPalette; colorGroup: Qt.Active }
Rect {
width: 640; height: 480