summaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qmlbehaviors/data/empty.qml
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/declarative/qmlbehaviors/data/empty.qml')
-rw-r--r--tests/auto/declarative/qmlbehaviors/data/empty.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/declarative/qmlbehaviors/data/empty.qml b/tests/auto/declarative/qmlbehaviors/data/empty.qml
index 412e26c..95d934a 100644
--- a/tests/auto/declarative/qmlbehaviors/data/empty.qml
+++ b/tests/auto/declarative/qmlbehaviors/data/empty.qml
@@ -8,7 +8,7 @@ Rectangle {
width: 100; height: 100; color: "green"
x: Behavior {}
}
- MouseRegion {
+ MouseArea {
id: clicker
anchors.fill: parent
}