summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorChristian Mollekopf <chrigi_1@fastmail.fm>2017-04-05 13:14:56 +0200
committerChristian Mollekopf <chrigi_1@fastmail.fm>2017-04-05 13:14:56 +0200
commita5b1c1c4bd44741a54895c4e84846c045facce70 (patch)
treecca1263b04351ccc8a964705b0ba06c3a7d47eea /tests
parentd7e3a79c0f3692031c4f039077faa7667bc5d696 (diff)
downloadkube-a5b1c1c4bd44741a54895c4e84846c045facce70.tar.gz
kube-a5b1c1c4bd44741a54895c4e84846c045facce70.zip
kube-mail is now kube
Diffstat (limited to 'tests')
-rw-r--r--tests/tst_applicationstart.qml4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/tst_applicationstart.qml b/tests/tst_applicationstart.qml
index 15809395..b5d7a396 100644
--- a/tests/tst_applicationstart.qml
+++ b/tests/tst_applicationstart.qml
@@ -21,7 +21,7 @@ import QtQuick 2.7
21import QtQuick.Controls 2.0 21import QtQuick.Controls 2.0
22import QtQuick.Window 2.1 22import QtQuick.Window 2.1
23import QtTest 1.0 23import QtTest 1.0
24import org.kube.components.mail 1.0 as KubeMail 24import org.kube.components.kube 1.0 as Kube
25 25
26 26
27TestCase { 27TestCase {
@@ -30,7 +30,7 @@ TestCase {
30 height: 400 30 height: 400
31 name: "ApplicationStart" 31 name: "ApplicationStart"
32 32
33 KubeMail.Mail { 33 Kube.Kube {
34 } 34 }
35 35
36 function test_stuff() { 36 function test_stuff() {