summaryrefslogtreecommitdiffstats
path: root/demos/declarative/contacts/RemoveButton.qml
diff options
context:
space:
mode:
authorIan Walters <ian.walters@nokia.com>2009-06-18 01:05:13 (GMT)
committerIan Walters <ian.walters@nokia.com>2009-06-18 01:05:13 (GMT)
commitff93dcfdb3e279771b65fff8f245ac8d76cda15d (patch)
tree81f5e49b4468e23452c29b00e42373bf323fced8 /demos/declarative/contacts/RemoveButton.qml
parentaa0ef24ecdd2007d90ec4086a267a2ae930ae01e (diff)
downloadQt-ff93dcfdb3e279771b65fff8f245ac8d76cda15d.zip
Qt-ff93dcfdb3e279771b65fff8f245ac8d76cda15d.tar.gz
Qt-ff93dcfdb3e279771b65fff8f245ac8d76cda15d.tar.bz2
Keyword name change
Behaviour was renamed Behavior. Was Australian spelling, now US spelling.
Diffstat (limited to 'demos/declarative/contacts/RemoveButton.qml')
-rw-r--r--demos/declarative/contacts/RemoveButton.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/declarative/contacts/RemoveButton.qml b/demos/declarative/contacts/RemoveButton.qml
index 59e3fcb..8f46fcb 100644
--- a/demos/declarative/contacts/RemoveButton.qml
+++ b/demos/declarative/contacts/RemoveButton.qml
@@ -76,7 +76,7 @@ Rect {
text: "Remove"
opacity: 0
}
- opacity: Behaviour {
+ opacity: Behavior {
NumericAnimation {
property: "opacity"
duration: 250