aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/snippets/data/switch
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/snippets/data/switch')
-rw-r--r--tests/auto/snippets/data/switch/qtlabscontrols-switch-background.qml (renamed from tests/auto/snippets/data/switch/qtquickcontrols2-switch-background.qml)2
-rw-r--r--tests/auto/snippets/data/switch/qtlabscontrols-switch-checked.qml (renamed from tests/auto/snippets/data/switch/qtquickcontrols2-switch-checked.qml)2
-rw-r--r--tests/auto/snippets/data/switch/qtlabscontrols-switch-disabled.qml (renamed from tests/auto/snippets/data/switch/qtquickcontrols2-switch-disabled.qml)2
-rw-r--r--tests/auto/snippets/data/switch/qtlabscontrols-switch-focused.qml (renamed from tests/auto/snippets/data/switch/qtquickcontrols2-switch-focused.qml)2
-rw-r--r--tests/auto/snippets/data/switch/qtlabscontrols-switch-indicator.qml (renamed from tests/auto/snippets/data/switch/qtquickcontrols2-switch-indicator.qml)2
-rw-r--r--tests/auto/snippets/data/switch/qtlabscontrols-switch-label.qml (renamed from tests/auto/snippets/data/switch/qtquickcontrols2-switch-label.qml)2
-rw-r--r--tests/auto/snippets/data/switch/qtlabscontrols-switch-normal.qml (renamed from tests/auto/snippets/data/switch/qtquickcontrols2-switch-normal.qml)2
7 files changed, 7 insertions, 7 deletions
diff --git a/tests/auto/snippets/data/switch/qtquickcontrols2-switch-background.qml b/tests/auto/snippets/data/switch/qtlabscontrols-switch-background.qml
index 7ed7ccc1..34342187 100644
--- a/tests/auto/snippets/data/switch/qtquickcontrols2-switch-background.qml
+++ b/tests/auto/snippets/data/switch/qtlabscontrols-switch-background.qml
@@ -1,5 +1,5 @@
import QtQuick 2.0
-import QtQuick.Controls 2.0
+import Qt.labs.controls 1.0
Switch {
text: "Switch"
diff --git a/tests/auto/snippets/data/switch/qtquickcontrols2-switch-checked.qml b/tests/auto/snippets/data/switch/qtlabscontrols-switch-checked.qml
index 74ed3f50..6c82fae3 100644
--- a/tests/auto/snippets/data/switch/qtquickcontrols2-switch-checked.qml
+++ b/tests/auto/snippets/data/switch/qtlabscontrols-switch-checked.qml
@@ -1,5 +1,5 @@
import QtQuick 2.0
-import QtQuick.Controls 2.0
+import Qt.labs.controls 1.0
Switch {
text: "Checked"
diff --git a/tests/auto/snippets/data/switch/qtquickcontrols2-switch-disabled.qml b/tests/auto/snippets/data/switch/qtlabscontrols-switch-disabled.qml
index 5c1e9234..3ebc5d72 100644
--- a/tests/auto/snippets/data/switch/qtquickcontrols2-switch-disabled.qml
+++ b/tests/auto/snippets/data/switch/qtlabscontrols-switch-disabled.qml
@@ -1,5 +1,5 @@
import QtQuick 2.0
-import QtQuick.Controls 2.0
+import Qt.labs.controls 1.0
Switch {
text: "Disabled"
diff --git a/tests/auto/snippets/data/switch/qtquickcontrols2-switch-focused.qml b/tests/auto/snippets/data/switch/qtlabscontrols-switch-focused.qml
index 581cdbcf..fc3564f2 100644
--- a/tests/auto/snippets/data/switch/qtquickcontrols2-switch-focused.qml
+++ b/tests/auto/snippets/data/switch/qtlabscontrols-switch-focused.qml
@@ -1,5 +1,5 @@
import QtQuick 2.0
-import QtQuick.Controls 2.0
+import Qt.labs.controls 1.0
Switch {
text: "Focused"
diff --git a/tests/auto/snippets/data/switch/qtquickcontrols2-switch-indicator.qml b/tests/auto/snippets/data/switch/qtlabscontrols-switch-indicator.qml
index b13ef6ac..f3d01aba 100644
--- a/tests/auto/snippets/data/switch/qtquickcontrols2-switch-indicator.qml
+++ b/tests/auto/snippets/data/switch/qtlabscontrols-switch-indicator.qml
@@ -1,5 +1,5 @@
import QtQuick 2.0
-import QtQuick.Controls 2.0
+import Qt.labs.controls 1.0
Switch {
text: "Switch"
diff --git a/tests/auto/snippets/data/switch/qtquickcontrols2-switch-label.qml b/tests/auto/snippets/data/switch/qtlabscontrols-switch-label.qml
index 2ccae69d..54e41ef7 100644
--- a/tests/auto/snippets/data/switch/qtquickcontrols2-switch-label.qml
+++ b/tests/auto/snippets/data/switch/qtlabscontrols-switch-label.qml
@@ -1,5 +1,5 @@
import QtQuick 2.0
-import QtQuick.Controls 2.0
+import Qt.labs.controls 1.0
Switch {
text: "Switch"
diff --git a/tests/auto/snippets/data/switch/qtquickcontrols2-switch-normal.qml b/tests/auto/snippets/data/switch/qtlabscontrols-switch-normal.qml
index c403a378..75400351 100644
--- a/tests/auto/snippets/data/switch/qtquickcontrols2-switch-normal.qml
+++ b/tests/auto/snippets/data/switch/qtlabscontrols-switch-normal.qml
@@ -1,5 +1,5 @@
import QtQuick 2.0
-import QtQuick.Controls 2.0
+import Qt.labs.controls 1.0
Switch {
text: "Normal"