summaryrefslogtreecommitdiffstats
path: root/src/declarative/util/qmlbehaviour.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/declarative/util/qmlbehaviour.cpp')
-rw-r--r--src/declarative/util/qmlbehaviour.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/declarative/util/qmlbehaviour.cpp b/src/declarative/util/qmlbehaviour.cpp
index 3617541..4beca5e 100644
--- a/src/declarative/util/qmlbehaviour.cpp
+++ b/src/declarative/util/qmlbehaviour.cpp
@@ -115,7 +115,7 @@ public:
color: "#00ff00"
y: 200 //initial value
y: Behavior {
- NumericAnimation {
+ NumberAnimation {
easing: "easeOutBounce(amplitude:100)"
duration: 200
}