From ea023772f18fa52d2b3d523a68d707576629326f Mon Sep 17 00:00:00 2001 From: zautrix Date: Sun, 05 Dec 2004 14:38:15 +0000 Subject: ompi mail view fix --- (limited to 'kmicromail/viewmail.h') diff --git a/kmicromail/viewmail.h b/kmicromail/viewmail.h index 194ac8e..c2c2ce3 100644 --- a/kmicromail/viewmail.h +++ b/kmicromail/viewmail.h @@ -42,13 +42,15 @@ public: void setMail(const RecMailP&mail ); void setBody(const RecBodyP&body); bool deleted; - + signals: + void showNextMail(ViewMail*); protected: QString deHtml(const QString &string); AttachItem* searchParent(const QValueList&path); AttachItem* lastChild(AttachItem*parent); protected slots: + void slotNextMail() { emit showNextMail(this); }; void slotReply(); void slotForward(); void setText(); -- cgit v0.9.0.2