summaryrefslogtreecommitdiff
path: root/noncore/net/mail/viewmail.h
Side-by-side diff
Diffstat (limited to 'noncore/net/mail/viewmail.h') (more/less context) (show whitespace changes)
-rw-r--r--noncore/net/mail/viewmail.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/noncore/net/mail/viewmail.h b/noncore/net/mail/viewmail.h
index abbd5b3..6875e3c 100644
--- a/noncore/net/mail/viewmail.h
+++ b/noncore/net/mail/viewmail.h
@@ -37,5 +37,5 @@ public:
void hide();
void exec();
- void setMail( RecMail mail );
+ void setMail( RecMailP mail );
void setBody( RecBody body );
bool deleted;
@@ -61,5 +61,5 @@ private:
bool m_gotBody;
RecBody m_body;
- RecMail m_recMail;
+ RecMailP m_recMail;
bool m_showHtml;