From bb33b559609356149ae51cb50c081b3e82aecafb Mon Sep 17 00:00:00 2001 From: zautrix Date: Mon, 24 Jan 2005 18:27:06 +0000 Subject: pixmap update fix --- (limited to 'kmicromail/viewmail.h') diff --git a/kmicromail/viewmail.h b/kmicromail/viewmail.h index 561989e..fc5edcf 100644 --- a/kmicromail/viewmail.h +++ b/kmicromail/viewmail.h @@ -5,9 +5,11 @@ #include #include +#include #include #include +#include #include #include @@ -52,7 +54,7 @@ protected: AttachItem* lastChild(AttachItem*parent); protected slots: - void slotNextMail() { emit showNextMail(this); }; + void slotNextMail() { setCaption(i18n("Displaying next mail...please wait!")); qApp->processEvents();emit showNextMail(this); }; void slotReply(); void slotForward(); void setText(); -- cgit v0.9.0.2