summaryrefslogtreecommitdiffstats
path: root/framework/domain/objecttreesource.h
diff options
context:
space:
mode:
Diffstat (limited to 'framework/domain/objecttreesource.h')
-rw-r--r--framework/domain/objecttreesource.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/framework/domain/objecttreesource.h b/framework/domain/objecttreesource.h
index bdd9b2ba..eceb04d3 100644
--- a/framework/domain/objecttreesource.h
+++ b/framework/domain/objecttreesource.h
@@ -20,12 +20,12 @@
20#ifndef MAILVIEWER_OBJECTTREEEMPTYSOURCE_H 20#ifndef MAILVIEWER_OBJECTTREEEMPTYSOURCE_H
21#define MAILVIEWER_OBJECTTREEEMPTYSOURCE_H 21#define MAILVIEWER_OBJECTTREEEMPTYSOURCE_H
22 22
23#include <MimeTreeParser/ObjectTreeSourceIf> 23#include <MimeTreeParser/ObjectTreeSource>
24 24
25class QString; 25class QString;
26 26
27class ObjectSourcePrivate; 27class ObjectSourcePrivate;
28class ObjectTreeSource : public MimeTreeParser::ObjectTreeSourceIf 28class ObjectTreeSource : public MimeTreeParser::Interface::ObjectTreeSource
29{ 29{
30public: 30public:
31 ObjectTreeSource(MimeTreeParser::HtmlWriter *writer, 31 ObjectTreeSource(MimeTreeParser::HtmlWriter *writer,
@@ -50,6 +50,7 @@ public:
50 bool showEmoticons() const Q_DECL_OVERRIDE; 50 bool showEmoticons() const Q_DECL_OVERRIDE;
51 bool showExpandQuotesMark() const Q_DECL_OVERRIDE; 51 bool showExpandQuotesMark() const Q_DECL_OVERRIDE;
52 const MimeTreeParser::BodyPartFormatterBaseFactory *bodyPartFormatterFactory() Q_DECL_OVERRIDE; 52 const MimeTreeParser::BodyPartFormatterBaseFactory *bodyPartFormatterFactory() Q_DECL_OVERRIDE;
53 MimeTreeParser::Interface::MessagePartRendererPtr messagePartTheme(MimeTreeParser::Interface::MessagePartPtr msgPart) Q_DECL_OVERRIDE;
53private: 54private:
54 ObjectSourcePrivate *const d; 55 ObjectSourcePrivate *const d;
55}; 56};