From 372f9b1d2afaf262df3e56726c2569f07c12a165 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sandro=20Knau=C3=9F?= Date: Mon, 28 Mar 2016 15:47:59 +0200 Subject: [PATCH] Make namespace shift from MessageViewer-> MimeTreeParser --- CMakeLists.txt | 2 +- src/filter/mdnadvicedialog.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index f913022..17efca8 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -21,7 +21,7 @@ include(ECMAddTests) set(MAILCOMMON_LIB_VERSION "5.2.40") set(KF5_VERSION "5.19.0") set(KDEPIMLIBS_LIB_VERSION "5.2.40") -set(MESSAGELIB_LIB_VERSION "5.2.41") +set(MESSAGELIB_LIB_VERSION "5.2.46") set(QT_REQUIRED_VERSION "5.4.0") set(KMIME_LIB_VERSION "5.2.40") set(KMAILTRANSPORT_LIB_VERSION "5.2.40") diff --git a/src/filter/mdnadvicedialog.cpp b/src/filter/mdnadvicedialog.cpp index 1efa78e..5a353fd 100644 --- a/src/filter/mdnadvicedialog.cpp +++ b/src/filter/mdnadvicedialog.cpp @@ -228,7 +228,7 @@ QPair< bool, KMime::MDN::SendingMode > MDNAdviceHelper::checkAndSetMDNInfo( } // RFC 2298: An MDN MUST NOT be generated in response to an MDN. - if (MessageViewer::ObjectTreeParser::findType(msg.data(), + if (MimeTreeParser::ObjectTreeParser::findType(msg.data(), "message", "disposition-notification", true, true)) {