summaryrefslogtreecommitdiffstats
path: root/examples/declarative/animations/easing.qml
diff options
context:
space:
mode:
Diffstat (limited to 'examples/declarative/animations/easing.qml')
-rw-r--r--examples/declarative/animations/easing.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/declarative/animations/easing.qml b/examples/declarative/animations/easing.qml
index 59e9b17..9b5bcc6 100644
--- a/examples/declarative/animations/easing.qml
+++ b/examples/declarative/animations/easing.qml
@@ -68,7 +68,7 @@ Rectangle {
border.color: "White"; border.width: 2
height: 32; width: 32; radius: 8; anchors.verticalCenter: parent.verticalCenter
- MouseRegion {
+ MouseArea {
onClicked: if (rect.state == '') rect.state = "right"; else rect.state = ''
anchors.fill: parent
}