diff options
Diffstat (limited to 'framework/domain/objecttreesource.h')
-rw-r--r-- | framework/domain/objecttreesource.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/framework/domain/objecttreesource.h b/framework/domain/objecttreesource.h index eceb04d3..bb0cd679 100644 --- a/framework/domain/objecttreesource.h +++ b/framework/domain/objecttreesource.h | |||
@@ -28,8 +28,7 @@ class ObjectSourcePrivate; | |||
28 | class ObjectTreeSource : public MimeTreeParser::Interface::ObjectTreeSource | 28 | class ObjectTreeSource : public MimeTreeParser::Interface::ObjectTreeSource |
29 | { | 29 | { |
30 | public: | 30 | public: |
31 | ObjectTreeSource(MimeTreeParser::HtmlWriter *writer, | 31 | ObjectTreeSource(MimeTreeParser::HtmlWriter *writer); |
32 | MimeTreeParser::CSSHelperBase *cssHelper); | ||
33 | virtual ~ObjectTreeSource(); | 32 | virtual ~ObjectTreeSource(); |
34 | void setHtmlLoadExternal(bool loadExternal); | 33 | void setHtmlLoadExternal(bool loadExternal); |
35 | void setHtmlMail(bool htmlMail); | 34 | void setHtmlMail(bool htmlMail); |
@@ -44,7 +43,6 @@ public: | |||
44 | QString createMessageHeader(KMime::Message *message) Q_DECL_OVERRIDE; | 43 | QString createMessageHeader(KMime::Message *message) Q_DECL_OVERRIDE; |
45 | const MimeTreeParser::AttachmentStrategy *attachmentStrategy() Q_DECL_OVERRIDE; | 44 | const MimeTreeParser::AttachmentStrategy *attachmentStrategy() Q_DECL_OVERRIDE; |
46 | MimeTreeParser::HtmlWriter *htmlWriter() Q_DECL_OVERRIDE; | 45 | MimeTreeParser::HtmlWriter *htmlWriter() Q_DECL_OVERRIDE; |
47 | MimeTreeParser::CSSHelperBase *cssHelper() Q_DECL_OVERRIDE; | ||
48 | QObject *sourceObject() Q_DECL_OVERRIDE; | 46 | QObject *sourceObject() Q_DECL_OVERRIDE; |
49 | bool autoImportKeys() const Q_DECL_OVERRIDE; | 47 | bool autoImportKeys() const Q_DECL_OVERRIDE; |
50 | bool showEmoticons() const Q_DECL_OVERRIDE; | 48 | bool showEmoticons() const Q_DECL_OVERRIDE; |