summaryrefslogtreecommitdiffstats
path: root/framework/qml/CheckBox.qml
diff options
context:
space:
mode:
Diffstat (limited to 'framework/qml/CheckBox.qml')
-rw-r--r--framework/qml/CheckBox.qml2
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
19import QtQuick 2.7 19import QtQuick 2.7
20import QtQuick.Templates 2.0 as T 20import QtQuick.Templates 2.2 as T
21import org.kube.framework 1.0 as Kube 21import org.kube.framework 1.0 as Kube
22 22
23T.CheckBox { 23T.CheckBox {