diff options
author | Michael Bohlender <michael.bohlender@kdemail.net> | 2017-02-28 22:56:43 +0100 |
---|---|---|
committer | Michael Bohlender <michael.bohlender@kdemail.net> | 2017-02-28 22:56:43 +0100 |
commit | 0203557d72eceddf19bbca8143e12be95adab2d7 (patch) | |
tree | 794ba093c038bd8844f1d5d22753f94d4fda42de /components/mail/contents/ui | |
parent | 31fc464ee7a2f6a34bbfec77a551721a6b334b5f (diff) | |
download | kube-0203557d72eceddf19bbca8143e12be95adab2d7.tar.gz kube-0203557d72eceddf19bbca8143e12be95adab2d7.zip |
rename singlemailview to conversationview
Diffstat (limited to 'components/mail/contents/ui')
-rw-r--r-- | components/mail/contents/ui/Mail.qml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/mail/contents/ui/Mail.qml b/components/mail/contents/ui/Mail.qml index d8f6e787..b88e846d 100644 --- a/components/mail/contents/ui/Mail.qml +++ b/components/mail/contents/ui/Mail.qml | |||
@@ -264,7 +264,7 @@ Controls2.ApplicationWindow { | |||
264 | focus: true | 264 | focus: true |
265 | } | 265 | } |
266 | 266 | ||
267 | KubeComponents.SingleMailView { | 267 | KubeComponents.ConversationView { |
268 | id: mailView | 268 | id: mailView |
269 | mail: mailListView.currentMail | 269 | mail: mailListView.currentMail |
270 | Layout.fillWidth: true | 270 | Layout.fillWidth: true |