diff options
Diffstat (limited to 'framework/qml/People.qml')
-rw-r--r-- | framework/qml/People.qml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/framework/qml/People.qml b/framework/qml/People.qml index fc41ceaf..e60763d9 100644 --- a/framework/qml/People.qml +++ b/framework/qml/People.qml | |||
@@ -22,7 +22,6 @@ import QtQuick.Controls 2.0 | |||
22 | import QtQuick.Controls 1.4 as Controls | 22 | import QtQuick.Controls 1.4 as Controls |
23 | import QtQuick.Layouts 1.1 | 23 | import QtQuick.Layouts 1.1 |
24 | 24 | ||
25 | import org.kde.kirigami 1.0 as Kirigami | ||
26 | import org.kube.framework 1.0 as Kube | 25 | import org.kube.framework 1.0 as Kube |
27 | 26 | ||
28 | 27 | ||
@@ -252,7 +251,7 @@ Item { | |||
252 | } | 251 | } |
253 | 252 | ||
254 | //TODO replace with Kube.Heading once it is there | 253 | //TODO replace with Kube.Heading once it is there |
255 | Kirigami.Heading { | 254 | Kube.Label { |
256 | id: nameLabel | 255 | id: nameLabel |
257 | 256 | ||
258 | anchors { | 257 | anchors { |