diff options
author | Michael Bohlender <michael.bohlender@kdemail.net> | 2016-04-13 00:19:28 +0200 |
---|---|---|
committer | Michael Bohlender <michael.bohlender@kdemail.net> | 2016-04-13 00:19:28 +0200 |
commit | dade05233cc480ec6f047845b394cc2b37ebb954 (patch) | |
tree | edff1920bbad83a1779c99feb65431a4adc8d36e /components/package/contents/ui/Composer.qml | |
parent | c149a3cd88c5f32448e836e5b53d433554474684 (diff) | |
download | kube-dade05233cc480ec6f047845b394cc2b37ebb954.tar.gz kube-dade05233cc480ec6f047845b394cc2b37ebb954.zip |
remove obsolete imports of PlasmaComponents
Diffstat (limited to 'components/package/contents/ui/Composer.qml')
-rw-r--r-- | components/package/contents/ui/Composer.qml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/components/package/contents/ui/Composer.qml b/components/package/contents/ui/Composer.qml index 34fd3ca4..99b518b1 100644 --- a/components/package/contents/ui/Composer.qml +++ b/components/package/contents/ui/Composer.qml | |||
@@ -19,7 +19,6 @@ import QtQuick 2.4 | |||
19 | import QtQuick.Controls 1.4 | 19 | import QtQuick.Controls 1.4 |
20 | import QtQuick.Layouts 1.1 | 20 | import QtQuick.Layouts 1.1 |
21 | import QtQuick.Dialogs 1.0 | 21 | import QtQuick.Dialogs 1.0 |
22 | import org.kde.plasma.components 2.0 as PlasmaComponents | ||
23 | 22 | ||
24 | import org.kube.framework.domain 1.0 as KubeFramework | 23 | import org.kube.framework.domain 1.0 as KubeFramework |
25 | 24 | ||