aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/snippets/data/switch
diff options
context:
space:
mode:
authorJ-P Nurmi <jpnurmi@theqtcompany.com>2015-09-30 17:47:36 +0200
committerJ-P Nurmi <jpnurmi@theqtcompany.com>2015-10-01 09:03:42 +0000
commit3f2ac678971694fe6144a4e15197aff2ca38639b (patch)
tree06440cbf63932fb008f3aab29835b07d0310bada /tests/auto/snippets/data/switch
parentb948c83255239a6fe49fca58a98f90e796ce9047 (diff)
Rename QtQuick.Controls 2.0 to Qt.labs.controls 1.0
Change-Id: I142622dd85e95ef70b11132e77ccf48701f2cabc Reviewed-by: Mitch Curtis <mitch.curtis@theqtcompany.com>
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"