aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qquickiconlabel/data/colorChanges.qml
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/qquickiconlabel/data/colorChanges.qml')
-rw-r--r--tests/auto/qquickiconlabel/data/colorChanges.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/qquickiconlabel/data/colorChanges.qml b/tests/auto/qquickiconlabel/data/colorChanges.qml
index 7fe8949c..6600c365 100644
--- a/tests/auto/qquickiconlabel/data/colorChanges.qml
+++ b/tests/auto/qquickiconlabel/data/colorChanges.qml
@@ -56,7 +56,7 @@ AbstractButton {
id: button
width: 200
height: 200
- icon.source: "qrc:/qt-project.org/imports/QtQuick/Controls.2/Default/images/check.png"
+ icon.source: "qrc:/qt-project.org/imports/QtQuick/Controls/Default/images/check.png"
icon.color: enabled ? "transparent" : "red"
IconLabel {