summaryrefslogtreecommitdiffstats
path: root/examples/declarative/minehunt/minehunt.qml
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 /examples/declarative/minehunt/minehunt.qml
parentff93dcfdb3e279771b65fff8f245ac8d76cda15d (diff)
downloadQt-1e6a8054cfcd5217fbea390fc2395fcb5af588e7.zip
Qt-1e6a8054cfcd5217fbea390fc2395fcb5af588e7.tar.gz
Qt-1e6a8054cfcd5217fbea390fc2395fcb5af588e7.tar.bz2
more keword change fixes.
Behaviour -> Behavior
Diffstat (limited to 'examples/declarative/minehunt/minehunt.qml')
-rw-r--r--examples/declarative/minehunt/minehunt.qml2
1 files changed, 1 insertions, 1 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