summaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/visual/qmlspringfollow/follow.qml
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/declarative/visual/qmlspringfollow/follow.qml')
-rw-r--r--tests/auto/declarative/visual/qmlspringfollow/follow.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/declarative/visual/qmlspringfollow/follow.qml b/tests/auto/declarative/visual/qmlspringfollow/follow.qml
index 8a713a2..a85a778 100644
--- a/tests/auto/declarative/visual/qmlspringfollow/follow.qml
+++ b/tests/auto/declarative/visual/qmlspringfollow/follow.qml
@@ -44,7 +44,7 @@ Rectangle {
}
// Follow mouse
- MouseRegion {
+ MouseArea {
id: mouseRegion
anchors.fill: parent
Rectangle {