aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJ-P Nurmi <jpnurmi@qt.io>2016-04-20 09:48:42 +0200
committerJ-P Nurmi <jpnurmi@qt.io>2016-04-20 15:05:02 +0000
commitf6a782d398abb60f5f6bcad14d5c2228bc0c436f (patch)
tree5121c54a137cf669de170f94a56de390d355c5f7
parent7703e6a9fc397b86b2520a14fc104569ed24e07f (diff)
Tests: cleanup templates imports
Change-Id: I160899629f8196d98637d649f7aed7eab8bf4244 Reviewed-by: Mitch Curtis <mitch.curtis@theqtcompany.com>
-rw-r--r--tests/auto/controls/data/tst_abstractbutton.qml2
-rw-r--r--tests/auto/controls/data/tst_buttongroup.qml1
-rw-r--r--tests/auto/controls/data/tst_page.qml1
3 files changed, 1 insertions, 3 deletions
diff --git a/tests/auto/controls/data/tst_abstractbutton.qml b/tests/auto/controls/data/tst_abstractbutton.qml
index 4e635d63..5a73fbf2 100644
--- a/tests/auto/controls/data/tst_abstractbutton.qml
+++ b/tests/auto/controls/data/tst_abstractbutton.qml
@@ -40,7 +40,7 @@
import QtQuick 2.2
import QtTest 1.0
-import Qt.labs.templates 1.0
+import Qt.labs.controls 1.0
TestCase {
id: testCase
diff --git a/tests/auto/controls/data/tst_buttongroup.qml b/tests/auto/controls/data/tst_buttongroup.qml
index 60253e93..3075fed9 100644
--- a/tests/auto/controls/data/tst_buttongroup.qml
+++ b/tests/auto/controls/data/tst_buttongroup.qml
@@ -41,7 +41,6 @@
import QtQuick 2.2
import QtTest 1.0
import Qt.labs.controls 1.0
-import Qt.labs.templates 1.0 as T
TestCase {
id: testCase
diff --git a/tests/auto/controls/data/tst_page.qml b/tests/auto/controls/data/tst_page.qml
index 60a1b2ef..c07b97b4 100644
--- a/tests/auto/controls/data/tst_page.qml
+++ b/tests/auto/controls/data/tst_page.qml
@@ -41,7 +41,6 @@
import QtQuick 2.2
import QtTest 1.0
import Qt.labs.controls 1.0
-import Qt.labs.templates 1.0 as T
TestCase {
id: testCase