aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/styleimports/data/Label.qml
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/styleimports/data/Label.qml')
-rw-r--r--tests/auto/styleimports/data/Label.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/styleimports/data/Label.qml b/tests/auto/styleimports/data/Label.qml
index b6d434ad..3959dae8 100644
--- a/tests/auto/styleimports/data/Label.qml
+++ b/tests/auto/styleimports/data/Label.qml
@@ -1,4 +1,4 @@
-import QtQuick.Templates 2.15 as T
+import QtQuick.Templates as T
T.Label {
objectName: "data"
}