diff options
Diffstat (limited to 'framework/qml/CheckBox.qml')
-rw-r--r-- | framework/qml/CheckBox.qml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/framework/qml/CheckBox.qml b/framework/qml/CheckBox.qml index 17654536..ce4df209 100644 --- a/framework/qml/CheckBox.qml +++ b/framework/qml/CheckBox.qml | |||
@@ -17,7 +17,7 @@ | |||
17 | */ | 17 | */ |
18 | 18 | ||
19 | import QtQuick 2.7 | 19 | import QtQuick 2.7 |
20 | import QtQuick.Templates 2.0 as T | 20 | import QtQuick.Templates 2.2 as T |
21 | import org.kube.framework 1.0 as Kube | 21 | import org.kube.framework 1.0 as Kube |
22 | 22 | ||
23 | T.CheckBox { | 23 | T.CheckBox { |