From a5b1c1c4bd44741a54895c4e84846c045facce70 Mon Sep 17 00:00:00 2001 From: Christian Mollekopf Date: Wed, 5 Apr 2017 13:14:56 +0200 Subject: kube-mail is now kube --- tests/tst_applicationstart.qml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests/tst_applicationstart.qml') 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 import QtQuick.Controls 2.0 import QtQuick.Window 2.1 import QtTest 1.0 -import org.kube.components.mail 1.0 as KubeMail +import org.kube.components.kube 1.0 as Kube TestCase { @@ -30,7 +30,7 @@ TestCase { height: 400 name: "ApplicationStart" - KubeMail.Mail { + Kube.Kube { } function test_stuff() { -- cgit v1.2.3