diff options
Diffstat (limited to 'framework/qml')
-rw-r--r-- | framework/qml/Button.qml | 2 | ||||
-rw-r--r-- | framework/qml/NotificationPopup.qml | 1 |
2 files changed, 3 insertions, 0 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 { |