summaryrefslogtreecommitdiff
path: root/tests/auto/qml/tst_bench.qml
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/qml/tst_bench.qml')
-rw-r--r--tests/auto/qml/tst_bench.qml3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/auto/qml/tst_bench.qml b/tests/auto/qml/tst_bench.qml
index 833720e..e1354d7 100644
--- a/tests/auto/qml/tst_bench.qml
+++ b/tests/auto/qml/tst_bench.qml
@@ -43,6 +43,7 @@ import QtQuick 2.0
import QtTest 1.0
import QtWebChannel 1.0
+import QtWebChannel.Tests 1.0
import "qrc:///qwebchannel/qwebchannel.js" as Client
TestCase {
@@ -53,7 +54,7 @@ TestCase {
id: client
}
- WebChannel {
+ TestWebChannel {
id: webChannel
transports: [client.serverTransport]
}