summaryrefslogtreecommitdiffstats
path: root/examples/declarative/velocity/Day.qml
diff options
context:
space:
mode:
authorBea Lam <bea.lam@nokia.com>2009-10-06 02:02:25 (GMT)
committerBea Lam <bea.lam@nokia.com>2009-10-06 02:02:25 (GMT)
commite220005f1c093520078f3642905b3ddba783a739 (patch)
treebd71ad045be0f6cc0fe1c985c5d52d1ce3cb75de /examples/declarative/velocity/Day.qml
parenta943e0ae741115fbdd72b7ecfa7702f90ad0890b (diff)
downloadQt-e220005f1c093520078f3642905b3ddba783a739.zip
Qt-e220005f1c093520078f3642905b3ddba783a739.tar.gz
Qt-e220005f1c093520078f3642905b3ddba783a739.tar.bz2
Fix following API changes.
Diffstat (limited to 'examples/declarative/velocity/Day.qml')
-rw-r--r--examples/declarative/velocity/Day.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/declarative/velocity/Day.qml b/examples/declarative/velocity/Day.qml
index 4001a3e..052f690 100644
--- a/examples/declarative/velocity/Day.qml
+++ b/examples/declarative/velocity/Day.qml
@@ -22,7 +22,7 @@ Rectangle {
font.bold: true
width: 370
text: day
- style: Outline
+ style: "Outline"
styleColor: "#dedede"
}
Repeater {