summaryrefslogtreecommitdiff
path: root/noncore/unsupported/mail2/viewmail.h
Unidiff
Diffstat (limited to 'noncore/unsupported/mail2/viewmail.h') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/unsupported/mail2/viewmail.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/noncore/unsupported/mail2/viewmail.h b/noncore/unsupported/mail2/viewmail.h
index efc2300..de36f7a 100644
--- a/noncore/unsupported/mail2/viewmail.h
+++ b/noncore/unsupported/mail2/viewmail.h
@@ -44,12 +44,13 @@ class ViewMail : public ViewMailBase
44public: 44public:
45 ViewMail(IMAPResponseFETCH &mail, IMAPHandler *handler, QWidget *parent = 0, const char *name = 0, WFlags fl = Qt::WType_Modal); 45 ViewMail(IMAPResponseFETCH &mail, IMAPHandler *handler, QWidget *parent = 0, const char *name = 0, WFlags fl = Qt::WType_Modal);
46 ~ViewMail(); 46 ~ViewMail();
47 47
48 void hide(); 48 void hide();
49 void exec(); 49 void exec();
50 static QString appName() { return QString::fromLatin1("mail"); }
50 51
51protected: 52protected:
52 //void fillList(IMAPResponseBODYSTRUCTURE &structure); 53 //void fillList(IMAPResponseBODYSTRUCTURE &structure);
53 QString deHtml(const QString &string); 54 QString deHtml(const QString &string);
54 55
55protected slots: 56protected slots: