summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--framework/qml/TextArea.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/framework/qml/TextArea.qml b/framework/qml/TextArea.qml
index 40d23651..47371f2b 100644
--- a/framework/qml/TextArea.qml
+++ b/framework/qml/TextArea.qml
@@ -18,7 +18,7 @@
18 18
19 19
20import QtQuick 2.7 20import QtQuick 2.7
21import QtQuick.Templates 2.1 as T 21import QtQuick.Templates 2.0 as T
22 22
23import org.kube.framework 1.0 as Kube 23import org.kube.framework 1.0 as Kube
24 24