summaryrefslogtreecommitdiff
path: root/tests/auto/qml/tst_webchannel.qml
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/qml/tst_webchannel.qml')
-rw-r--r--tests/auto/qml/tst_webchannel.qml8
1 files changed, 4 insertions, 4 deletions
diff --git a/tests/auto/qml/tst_webchannel.qml b/tests/auto/qml/tst_webchannel.qml
index 05a3f30..fe62542 100644
--- a/tests/auto/qml/tst_webchannel.qml
+++ b/tests/auto/qml/tst_webchannel.qml
@@ -26,11 +26,11 @@
**
****************************************************************************/
-import QtQuick 2.0
-import QtTest 1.0
+import QtQuick
+import QtTest
-import QtWebChannel 1.0
-import QtWebChannel.Tests 1.0
+import QtWebChannel
+import QtWebChannel.Tests
import "qrc:///qtwebchannel/qwebchannel.js" as JSClient
TestCase {