diff options
-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 |