summaryrefslogtreecommitdiffabout
path: root/kmicromail/viewmail.h
Side-by-side diff
Diffstat (limited to 'kmicromail/viewmail.h') (more/less context) (ignore whitespace changes)
-rw-r--r--kmicromail/viewmail.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/kmicromail/viewmail.h b/kmicromail/viewmail.h
index 194ac8e..c2c2ce3 100644
--- a/kmicromail/viewmail.h
+++ b/kmicromail/viewmail.h
@@ -44,3 +44,4 @@ public:
bool deleted;
-
+ signals:
+ void showNextMail(ViewMail*);
protected:
@@ -51,2 +52,3 @@ protected:
protected slots:
+ void slotNextMail() { emit showNextMail(this); };
void slotReply();