From 30bb56cddfce3ce7aefa9cf00a3d6a81fb7b5acc Mon Sep 17 00:00:00 2001 From: Michael Bohlender Date: Tue, 27 Jun 2017 14:49:33 +0200 Subject: remove kirigami dependency --- components/accounts/contents/ui/AccountWizard.qml | 4 ++-- components/accounts/contents/ui/AccountWizardPage.qml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'components/accounts/contents') diff --git a/components/accounts/contents/ui/AccountWizard.qml b/components/accounts/contents/ui/AccountWizard.qml index c5ec4ba3..26001162 100644 --- a/components/accounts/contents/ui/AccountWizard.qml +++ b/components/accounts/contents/ui/AccountWizard.qml @@ -19,7 +19,6 @@ import QtQuick 2.7 import QtQuick.Layouts 1.1 import QtQuick.Controls 2.0 as Controls2 -import org.kde.kirigami 1.0 as Kirigami import org.kube.framework 1.0 as Kube Kube.Popup { @@ -43,7 +42,8 @@ Kube.Popup { id: mainView Item { - Kirigami.Heading { + //TODO Kube.Heading + Kube.Label { id: heading text: "Select your new account type" color: Kube.Colors.highlightColor diff --git a/components/accounts/contents/ui/AccountWizardPage.qml b/components/accounts/contents/ui/AccountWizardPage.qml index e77f0cd9..12d8efd8 100644 --- a/components/accounts/contents/ui/AccountWizardPage.qml +++ b/components/accounts/contents/ui/AccountWizardPage.qml @@ -21,7 +21,6 @@ import QtQuick 2.7 import QtQuick.Layouts 1.1 import QtQuick.Controls 1.4 as Controls import QtQuick.Controls 2.0 as Controls2 -import org.kde.kirigami 1.0 as Kirigami import org.kube.framework 1.0 as Kube @@ -53,7 +52,8 @@ Item { bottom: parent.bottom } - Kirigami.Heading { + //TODO Kube.Heading + Kube.Label { id: heading text: loader.item.heading color: Kube.Colors.highlightColor -- cgit v1.2.3