aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/customization/data/styles/simple/RangeSlider.qml
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/customization/data/styles/simple/RangeSlider.qml')
-rw-r--r--tests/auto/customization/data/styles/simple/RangeSlider.qml4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/auto/customization/data/styles/simple/RangeSlider.qml b/tests/auto/customization/data/styles/simple/RangeSlider.qml
index 97a0b1cf..3e46bb58 100644
--- a/tests/auto/customization/data/styles/simple/RangeSlider.qml
+++ b/tests/auto/customization/data/styles/simple/RangeSlider.qml
@@ -59,12 +59,12 @@ T.RangeSlider {
implicitHeight: Math.max(control.first.handle.implicitHeight, control.second.handle.implicitHeight, background.implicitHeight)
first.handle: Rectangle {
- objectName: "rangeslider-first-handle-simple"
+ objectName: "rangeslider-first.handle-simple"
color: control.first.pressed ? "red" : "green"
}
second.handle: Rectangle {
- objectName: "rangeslider-second-handle-simple"
+ objectName: "rangeslider-second.handle-simple"
color: control.second.pressed ? "red" : "green"
}