diff options
author | Michael Bohlender <michael.bohlender@kdemail.net> | 2016-12-06 17:05:11 +0100 |
---|---|---|
committer | Michael Bohlender <michael.bohlender@kdemail.net> | 2016-12-06 17:05:11 +0100 |
commit | 0e806bca0ac93f365b9edd687620dd033376115e (patch) | |
tree | 0dee4aeb5ab4f4b731ac66d26bb3c31db215080b /components/package/contents/ui/TextView.qml | |
parent | ca230e42076b606f87e651b32e3b58952fcf31c1 (diff) | |
download | kube-0e806bca0ac93f365b9edd687620dd033376115e.tar.gz kube-0e806bca0ac93f365b9edd687620dd033376115e.zip |
remove obsolete imports
Diffstat (limited to 'components/package/contents/ui/TextView.qml')
-rw-r--r-- | components/package/contents/ui/TextView.qml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/components/package/contents/ui/TextView.qml b/components/package/contents/ui/TextView.qml index d0ff9999..7fd1272f 100644 --- a/components/package/contents/ui/TextView.qml +++ b/components/package/contents/ui/TextView.qml | |||
@@ -16,8 +16,7 @@ | |||
16 | 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. | 16 | 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. |
17 | */ | 17 | */ |
18 | 18 | ||
19 | import QtQuick 2.4 | 19 | import QtQuick 2.7 |
20 | import QtQuick.Controls 1.3 | ||
21 | 20 | ||
22 | Item { | 21 | Item { |
23 | id: root | 22 | id: root |