diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2017-04-05 14:03:22 +0200 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2017-04-05 14:03:22 +0200 |
commit | 71721aa4f3e85bea1a2fe504e86d99f80a3106a9 (patch) | |
tree | a1128a304dcfe8c997f43e0017d48a2e02d6c19b | |
parent | a5b1c1c4bd44741a54895c4e84846c045facce70 (diff) | |
download | kube-71721aa4f3e85bea1a2fe504e86d99f80a3106a9.tar.gz kube-71721aa4f3e85bea1a2fe504e86d99f80a3106a9.zip |
Fixed references
-rw-r--r-- | framework/qml/Button.qml | 2 | ||||
-rw-r--r-- | framework/qml/NotificationPopup.qml | 1 | ||||
-rw-r--r-- | framework/qmldir | 2 |
3 files changed, 4 insertions, 1 deletions
diff --git a/framework/qml/Button.qml b/framework/qml/Button.qml index 4df1492a..a2be7136 100644 --- a/framework/qml/Button.qml +++ b/framework/qml/Button.qml | |||
@@ -18,6 +18,8 @@ | |||
18 | 18 | ||
19 | import QtQuick 2.7 | 19 | import QtQuick 2.7 |
20 | 20 | ||
21 | import org.kube.framework 1.0 as Kube | ||
22 | |||
21 | Rectangle { | 23 | Rectangle { |
22 | id: root | 24 | id: root |
23 | 25 | ||
diff --git a/framework/qml/NotificationPopup.qml b/framework/qml/NotificationPopup.qml index 2a336f36..5c6f7e16 100644 --- a/framework/qml/NotificationPopup.qml +++ b/framework/qml/NotificationPopup.qml | |||
@@ -2,6 +2,7 @@ import QtQuick 2.0 | |||
2 | import QtQuick.Controls 2.0 | 2 | import QtQuick.Controls 2.0 |
3 | 3 | ||
4 | import org.kde.kirigami 1.0 as Kirigami | 4 | import org.kde.kirigami 1.0 as Kirigami |
5 | import org.kube.framework 1.0 as Kube | ||
5 | 6 | ||
6 | 7 | ||
7 | MouseArea { | 8 | MouseArea { |
diff --git a/framework/qmldir b/framework/qmldir index b09567b6..74d0168d 100644 --- a/framework/qmldir +++ b/framework/qmldir | |||
@@ -11,7 +11,7 @@ EditAccountDialog 1.0 EditAccountDialog.qml | |||
11 | OverlayDialog 1.0 OverlayDialog.qml | 11 | OverlayDialog 1.0 OverlayDialog.qml |
12 | Outbox 1.0 Outbox.qml | 12 | Outbox 1.0 Outbox.qml |
13 | People 1.0 People.qml | 13 | People 1.0 People.qml |
14 | NotificationPopup 1.0 Notification.qml | 14 | NotificationPopup 1.0 NotificationPopup.qml |
15 | Icon 1.0 Icon.qml | 15 | Icon 1.0 Icon.qml |
16 | Button 1.0 Button.qml | 16 | Button 1.0 Button.qml |
17 | PositiveButton 1.0 PositiveButton.qml | 17 | PositiveButton 1.0 PositiveButton.qml |