summaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qmlanimations/data/propertiesTransition6.qml
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/declarative/qmlanimations/data/propertiesTransition6.qml')
-rw-r--r--tests/auto/declarative/qmlanimations/data/propertiesTransition6.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/declarative/qmlanimations/data/propertiesTransition6.qml b/tests/auto/declarative/qmlanimations/data/propertiesTransition6.qml
index 3d8be51..7417ed1 100644
--- a/tests/auto/declarative/qmlanimations/data/propertiesTransition6.qml
+++ b/tests/auto/declarative/qmlanimations/data/propertiesTransition6.qml
@@ -22,7 +22,7 @@ Rectangle {
NumberAnimation { targets: theItem; properties: "x" }
}
- MouseRegion {
+ MouseArea {
anchors.fill: parent
onClicked: parent.state = "moved"
}