summaryrefslogtreecommitdiff
path: root/noncore/unsupported/mail2/mainwindow.h
Side-by-side diff
Diffstat (limited to 'noncore/unsupported/mail2/mainwindow.h') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/unsupported/mail2/mainwindow.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/noncore/unsupported/mail2/mainwindow.h b/noncore/unsupported/mail2/mainwindow.h
index 1edf10b..27b527d 100644
--- a/noncore/unsupported/mail2/mainwindow.h
+++ b/noncore/unsupported/mail2/mainwindow.h
@@ -12,12 +12,13 @@ class MainWindow : public MainWindowBase
public:
MainWindow(QWidget *parent = 0, const char *name = 0, WFlags fl = 0);
protected slots:
void slotCompose();
+ void slotSendQueued();
void slotSearch();
void slotConfigure();
void mailClicked(IMAPResponseFETCH mail, IMAPHandler *handler);
};