From 5755ad47145d2985ba74354961b4127d82c516f6 Mon Sep 17 00:00:00 2001 From: Christian Mollekopf Date: Wed, 5 Apr 2017 13:00:21 +0200 Subject: A single framework plugin --- framework/qml/EditAccount.qml | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'framework/qml/EditAccount.qml') diff --git a/framework/qml/EditAccount.qml b/framework/qml/EditAccount.qml index 8618ec91..a9a8c1ad 100644 --- a/framework/qml/EditAccount.qml +++ b/framework/qml/EditAccount.qml @@ -22,15 +22,14 @@ 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 -import org.kube.framework.accounts 1.0 as KubeAccounts -import org.kube.components.theme 1.0 as KubeTheme Item { id: root property string accountId - KubeAccounts.AccountFactory { + Kube.AccountFactory { id: accountFactory accountId: root.accountId } @@ -45,7 +44,7 @@ Item { Kirigami.Heading { id: heading text: loader.item.heading - color: KubeTheme.Colors.highlightColor + color: Kube.Colors.highlightColor } Kirigami.Label { @@ -58,7 +57,7 @@ Item { width: parent.width text: loader.item.subheadline - color: KubeTheme.Colors.disabledTextColor + color: Kube.Colors.disabledTextColor wrapMode: Text.Wrap } -- cgit v1.2.3