diff options
author | Yann Bodson <yann.bodson@nokia.com> | 2009-08-20 07:37:59 (GMT) |
---|---|---|
committer | Yann Bodson <yann.bodson@nokia.com> | 2009-08-20 07:37:59 (GMT) |
commit | fd7dca696e09f3f57c54406fe1393fccdc298a36 (patch) | |
tree | 6d7e79254555ee1c2950572fac9644ac358bdd07 /examples/declarative/fonts/fonts.qml | |
parent | 50fd8253b534d657d7ab6e2dd88c14d3943f869c (diff) | |
download | Qt-fd7dca696e09f3f57c54406fe1393fccdc298a36.zip Qt-fd7dca696e09f3f57c54406fe1393fccdc298a36.tar.gz Qt-fd7dca696e09f3f57c54406fe1393fccdc298a36.tar.bz2 |
Renaming Palette -> SystemPalette
Diffstat (limited to 'examples/declarative/fonts/fonts.qml')
-rw-r--r-- | examples/declarative/fonts/fonts.qml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/declarative/fonts/fonts.qml b/examples/declarative/fonts/fonts.qml index 3620a00..2aa4851 100644 --- a/examples/declarative/fonts/fonts.qml +++ b/examples/declarative/fonts/fonts.qml @@ -6,7 +6,7 @@ Rectangle { width: 800; height: 600 color: Palette.base - Palette { id: Palette; colorGroup: "Active" } + SystemPalette { id: Palette; colorGroup: Qt.Active } FontLoader { id: FixedFont; name: "Courier" } |