diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2017-04-05 13:00:21 +0200 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2017-04-05 13:00:21 +0200 |
commit | 5755ad47145d2985ba74354961b4127d82c516f6 (patch) | |
tree | aa6af562b7e587be895ff5a4355270f82f3ea180 /components/accounts/contents/ui/AccountWizard.qml | |
parent | e78224a7d9ccf70aadde8c0bff1cab72e8cb7438 (diff) | |
download | kube-5755ad47145d2985ba74354961b4127d82c516f6.tar.gz kube-5755ad47145d2985ba74354961b4127d82c516f6.zip |
A single framework plugin
Diffstat (limited to 'components/accounts/contents/ui/AccountWizard.qml')
-rw-r--r-- | components/accounts/contents/ui/AccountWizard.qml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/components/accounts/contents/ui/AccountWizard.qml b/components/accounts/contents/ui/AccountWizard.qml index 802f44a3..877a9d33 100644 --- a/components/accounts/contents/ui/AccountWizard.qml +++ b/components/accounts/contents/ui/AccountWizard.qml | |||
@@ -20,7 +20,7 @@ import QtQuick 2.7 | |||
20 | import QtQuick.Layouts 1.1 | 20 | import QtQuick.Layouts 1.1 |
21 | import QtQuick.Controls 2.0 as Controls2 | 21 | import QtQuick.Controls 2.0 as Controls2 |
22 | import org.kde.kirigami 1.0 as Kirigami | 22 | import org.kde.kirigami 1.0 as Kirigami |
23 | import org.kube.components.theme 1.0 as KubeTheme | 23 | import org.kube.framework 1.0 as Kube |
24 | 24 | ||
25 | Controls2.Popup { | 25 | Controls2.Popup { |
26 | id: popup | 26 | id: popup |
@@ -50,7 +50,7 @@ Controls2.Popup { | |||
50 | Kirigami.Heading { | 50 | Kirigami.Heading { |
51 | id: heading | 51 | id: heading |
52 | text: "Select your new account type" | 52 | text: "Select your new account type" |
53 | color: KubeTheme.Colors.highlightColor | 53 | color: Kube.Colors.highlightColor |
54 | } | 54 | } |
55 | 55 | ||
56 | ColumnLayout { | 56 | ColumnLayout { |