diff options
author | Sandro Knauß <sknauss@kde.org> | 2016-10-11 16:01:35 +0200 |
---|---|---|
committer | Sandro Knauß <sknauss@kde.org> | 2016-10-11 16:01:35 +0200 |
commit | fd3a6901f17f3dcfd446e531dd10c0eb61cf0b93 (patch) | |
tree | 4f133894edd2e0e6da627f9dc15cecc25ba1fb1f /components/package/contents/ui/FolderListView.qml | |
parent | 91f00fe588c9f00ac92f2d095c6ee9dd74c007a0 (diff) | |
download | kube-fd3a6901f17f3dcfd446e531dd10c0eb61cf0b93.tar.gz kube-fd3a6901f17f3dcfd446e531dd10c0eb61cf0b93.zip |
remove all imports of org.kube.framework.theme
Diffstat (limited to 'components/package/contents/ui/FolderListView.qml')
-rw-r--r-- | components/package/contents/ui/FolderListView.qml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/components/package/contents/ui/FolderListView.qml b/components/package/contents/ui/FolderListView.qml index bf4263c4..41f152de 100644 --- a/components/package/contents/ui/FolderListView.qml +++ b/components/package/contents/ui/FolderListView.qml | |||
@@ -24,7 +24,6 @@ import QtQuick.Layouts 1.1 | |||
24 | import org.kde.kirigami 1.0 as Kirigami | 24 | import org.kde.kirigami 1.0 as Kirigami |
25 | 25 | ||
26 | import org.kube.framework.domain 1.0 as KubeFramework | 26 | import org.kube.framework.domain 1.0 as KubeFramework |
27 | import org.kube.framework.theme 1.0 | ||
28 | 27 | ||
29 | Item { | 28 | Item { |
30 | id: root | 29 | id: root |