summaryrefslogtreecommitdiff
path: root/noncore/unsupported/mail2/mainwindow.h
Unidiff
Diffstat (limited to 'noncore/unsupported/mail2/mainwindow.h') (more/less context) (show whitespace changes)
-rw-r--r--noncore/unsupported/mail2/mainwindow.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/noncore/unsupported/mail2/mainwindow.h b/noncore/unsupported/mail2/mainwindow.h
index 27b527d..1ed0559 100644
--- a/noncore/unsupported/mail2/mainwindow.h
+++ b/noncore/unsupported/mail2/mainwindow.h
@@ -4,4 +4,6 @@
4#include "mainwindowbase.h" 4#include "mainwindowbase.h"
5 5
6#include <qstring.h>
7
6class IMAPHandler; 8class IMAPHandler;
7class IMAPResponseFETCH; 9class IMAPResponseFETCH;
@@ -15,9 +17,11 @@ public:
15 17
16protected slots: 18protected slots:
17 void slotCompose(); 19 void slotCompose( const QString& name, const QString& email );
20 void slotComposeNoParams();
18 void slotSendQueued(); 21 void slotSendQueued();
19 void slotSearch(); 22 void slotSearch();
20 void slotConfigure(); 23 void slotConfigure();
21 void mailClicked(IMAPResponseFETCH mail, IMAPHandler *handler); 24 void mailClicked(IMAPResponseFETCH mail, IMAPHandler *handler);
25 void appMessage(const QCString &msg, const QByteArray &data);
22 26
23}; 27};