diff options
Diffstat (limited to 'framework/qml/PositiveButton.qml')
-rw-r--r-- | framework/qml/PositiveButton.qml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/framework/qml/PositiveButton.qml b/framework/qml/PositiveButton.qml index 37ddae51..9e23ee5d 100644 --- a/framework/qml/PositiveButton.qml +++ b/framework/qml/PositiveButton.qml | |||
@@ -18,6 +18,7 @@ | |||
18 | 18 | ||
19 | import QtQuick 2.7 | 19 | import QtQuick 2.7 |
20 | import QtQuick.Controls 2.0 as Controls | 20 | import QtQuick.Controls 2.0 as Controls |
21 | import org.kube.framework 1.0 as Kube | ||
21 | 22 | ||
22 | Controls.AbstractButton { | 23 | Controls.AbstractButton { |
23 | id: root | 24 | id: root |