diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2017-04-05 13:14:56 +0200 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2017-04-05 13:14:56 +0200 |
commit | a5b1c1c4bd44741a54895c4e84846c045facce70 (patch) | |
tree | cca1263b04351ccc8a964705b0ba06c3a7d47eea /framework/qml/AutocompleteLineEdit.qml | |
parent | d7e3a79c0f3692031c4f039077faa7667bc5d696 (diff) | |
download | kube-a5b1c1c4bd44741a54895c4e84846c045facce70.tar.gz kube-a5b1c1c4bd44741a54895c4e84846c045facce70.zip |
kube-mail is now kube
Diffstat (limited to 'framework/qml/AutocompleteLineEdit.qml')
-rw-r--r-- | framework/qml/AutocompleteLineEdit.qml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/framework/qml/AutocompleteLineEdit.qml b/framework/qml/AutocompleteLineEdit.qml index c9b8e708..a232ee68 100644 --- a/framework/qml/AutocompleteLineEdit.qml +++ b/framework/qml/AutocompleteLineEdit.qml | |||
@@ -21,6 +21,7 @@ import QtQuick.Controls 2.0 as Controls2 | |||
21 | import QtQuick.Layouts 1.1 | 21 | import QtQuick.Layouts 1.1 |
22 | 22 | ||
23 | import org.kde.kirigami 1.0 as Kirigami | 23 | import org.kde.kirigami 1.0 as Kirigami |
24 | import org.kube.framework 1.0 as Kube | ||
24 | 25 | ||
25 | Controls2.TextField { | 26 | Controls2.TextField { |
26 | id: textField | 27 | id: textField |