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
@@ -5,2 +5,4 @@
5 5
6#include <qstring.h>
7
6class IMAPHandler; 8class IMAPHandler;
@@ -16,3 +18,4 @@ public:
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();
@@ -21,2 +24,3 @@ protected slots:
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