summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorIan Walters <ian.walters@nokia.com>2009-06-18 01:13:13 (GMT)
committerIan Walters <ian.walters@nokia.com>2009-06-18 01:13:13 (GMT)
commit1e6a8054cfcd5217fbea390fc2395fcb5af588e7 (patch)
treec4b806bab6e8fdf00cf59e3ad6252ff2de21ca7e
parentff93dcfdb3e279771b65fff8f245ac8d76cda15d (diff)
downloadQt-1e6a8054cfcd5217fbea390fc2395fcb5af588e7.zip
Qt-1e6a8054cfcd5217fbea390fc2395fcb5af588e7.tar.gz
Qt-1e6a8054cfcd5217fbea390fc2395fcb5af588e7.tar.bz2
more keword change fixes.
Behaviour -> Behavior
-rw-r--r--examples/declarative/minehunt/minehunt.qml2
-rw-r--r--examples/declarative/tutorials/contacts/1_Drawing_and_Animation/GroupBox.qml2
-rw-r--r--examples/declarative/tutorials/contacts/2_Reuse/3/FieldText.qml2
-rw-r--r--examples/declarative/tutorials/contacts/2_Reuse/4/FieldText.qml2
-rw-r--r--examples/declarative/tutorials/contacts/2_Reuse/GroupBox.qml2
-rw-r--r--examples/declarative/tutorials/contacts/3_Collections/GroupBox.qml2
-rw-r--r--examples/declarative/tutorials/contacts/3_Collections/lib/Button.qml2
-rw-r--r--examples/declarative/tutorials/contacts/3_Collections/lib/FieldText.qml2
8 files changed, 8 insertions, 8 deletions
diff --git a/examples/declarative/minehunt/minehunt.qml b/examples/declarative/minehunt/minehunt.qml
index bf31c3d..db826a3 100644
--- a/examples/declarative/minehunt/minehunt.qml
+++ b/examples/declarative/minehunt/minehunt.qml
@@ -28,7 +28,7 @@ Item {
anchors.verticalCenter: parent.verticalCenter
source: "pics/flag.png"
opacity: modelData.hasFlag
- opacity: Behaviour {
+ opacity: Behavior {
NumericAnimation {
property: "opacity"
duration: 250
diff --git a/examples/declarative/tutorials/contacts/1_Drawing_and_Animation/GroupBox.qml b/examples/declarative/tutorials/contacts/1_Drawing_and_Animation/GroupBox.qml
index edaae72..0d607a9 100644
--- a/examples/declarative/tutorials/contacts/1_Drawing_and_Animation/GroupBox.qml
+++ b/examples/declarative/tutorials/contacts/1_Drawing_and_Animation/GroupBox.qml
@@ -47,7 +47,7 @@ FocusRealm {
anchors.fill: parent
onClicked: { parent.parent.focus=true }
}
- opacity: Behaviour {
+ opacity: Behavior {
NumericAnimation {
property: "opacity"
duration: 250
diff --git a/examples/declarative/tutorials/contacts/2_Reuse/3/FieldText.qml b/examples/declarative/tutorials/contacts/2_Reuse/3/FieldText.qml
index f6cc1e4..8bf5317 100644
--- a/examples/declarative/tutorials/contacts/2_Reuse/3/FieldText.qml
+++ b/examples/declarative/tutorials/contacts/2_Reuse/3/FieldText.qml
@@ -70,7 +70,7 @@ Rect {
font.italic: true
text: fieldText.label
opacity: textEdit.text == '' ? 1 : 0
- opacity: Behaviour {
+ opacity: Behavior {
NumericAnimation {
property: "opacity"
duration: 250
diff --git a/examples/declarative/tutorials/contacts/2_Reuse/4/FieldText.qml b/examples/declarative/tutorials/contacts/2_Reuse/4/FieldText.qml
index e969f7b..d4fbc20 100644
--- a/examples/declarative/tutorials/contacts/2_Reuse/4/FieldText.qml
+++ b/examples/declarative/tutorials/contacts/2_Reuse/4/FieldText.qml
@@ -72,7 +72,7 @@ Rect {
font.italic: true
text: fieldText.label
opacity: textEdit.text == '' ? 1 : 0
- opacity: Behaviour {
+ opacity: Behavior {
NumericAnimation {
property: "opacity"
duration: 250
diff --git a/examples/declarative/tutorials/contacts/2_Reuse/GroupBox.qml b/examples/declarative/tutorials/contacts/2_Reuse/GroupBox.qml
index edaae72..0d607a9 100644
--- a/examples/declarative/tutorials/contacts/2_Reuse/GroupBox.qml
+++ b/examples/declarative/tutorials/contacts/2_Reuse/GroupBox.qml
@@ -47,7 +47,7 @@ FocusRealm {
anchors.fill: parent
onClicked: { parent.parent.focus=true }
}
- opacity: Behaviour {
+ opacity: Behavior {
NumericAnimation {
property: "opacity"
duration: 250
diff --git a/examples/declarative/tutorials/contacts/3_Collections/GroupBox.qml b/examples/declarative/tutorials/contacts/3_Collections/GroupBox.qml
index edaae72..0d607a9 100644
--- a/examples/declarative/tutorials/contacts/3_Collections/GroupBox.qml
+++ b/examples/declarative/tutorials/contacts/3_Collections/GroupBox.qml
@@ -47,7 +47,7 @@ FocusRealm {
anchors.fill: parent
onClicked: { parent.parent.focus=true }
}
- opacity: Behaviour {
+ opacity: Behavior {
NumericAnimation {
property: "opacity"
duration: 250
diff --git a/examples/declarative/tutorials/contacts/3_Collections/lib/Button.qml b/examples/declarative/tutorials/contacts/3_Collections/lib/Button.qml
index d9f1236..3b76a13 100644
--- a/examples/declarative/tutorials/contacts/3_Collections/lib/Button.qml
+++ b/examples/declarative/tutorials/contacts/3_Collections/lib/Button.qml
@@ -48,7 +48,7 @@ Item {
}
]
}
- opacity: Behaviour {
+ opacity: Behavior {
NumericAnimation {
property: "opacity"
duration: 250
diff --git a/examples/declarative/tutorials/contacts/3_Collections/lib/FieldText.qml b/examples/declarative/tutorials/contacts/3_Collections/lib/FieldText.qml
index 427e2b0..111d9c5 100644
--- a/examples/declarative/tutorials/contacts/3_Collections/lib/FieldText.qml
+++ b/examples/declarative/tutorials/contacts/3_Collections/lib/FieldText.qml
@@ -72,7 +72,7 @@ Rect {
font.italic: true
text: fieldText.label
opacity: textEdit.text == '' ? 1 : 0
- opacity: Behaviour {
+ opacity: Behavior {
NumericAnimation {
property: "opacity"
duration: 250