aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/universal/data/tst_universal.qml
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/universal/data/tst_universal.qml')
-rw-r--r--tests/auto/universal/data/tst_universal.qml6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/auto/universal/data/tst_universal.qml b/tests/auto/universal/data/tst_universal.qml
index 352a7b11..a88f2c49 100644
--- a/tests/auto/universal/data/tst_universal.qml
+++ b/tests/auto/universal/data/tst_universal.qml
@@ -41,8 +41,8 @@
import QtQuick 2.2
import QtQuick.Window 2.2
import QtTest 1.0
-import Qt.labs.controls 1.0
-import Qt.labs.controls.universal 1.0
+import QtQuick.Controls 2.0
+import QtQuick.Controls.Universal 2.0
TestCase {
id: testCase
@@ -386,7 +386,7 @@ TestCase {
verify(window)
verify(window.pane)
- var control = Qt.createQmlObject("import Qt.labs.controls 1.0; " + data.type + " { }", window.pane)
+ var control = Qt.createQmlObject("import QtQuick.Controls 2.0; " + data.type + " { }", window.pane)
verify(control)
compare(control.font[data.attribute], data.value)