summaryrefslogtreecommitdiff
path: root/noncore/net/mail/smtpwrapper.h
Unidiff
Diffstat (limited to 'noncore/net/mail/smtpwrapper.h') (more/less context) (show whitespace changes)
-rw-r--r--noncore/net/mail/smtpwrapper.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/noncore/net/mail/smtpwrapper.h b/noncore/net/mail/smtpwrapper.h
index 0535983..05becf2 100644
--- a/noncore/net/mail/smtpwrapper.h
+++ b/noncore/net/mail/smtpwrapper.h
@@ -33,2 +33,6 @@ public:
33 static progressMailSend*sendProgress; 33 static progressMailSend*sendProgress;
34
35signals:
36 void queuedMails( int );
37
34protected: 38protected:
@@ -58,2 +62,8 @@ protected:
58 int sendQueuedMail(MBOXwrapper*wrap,SMTPaccount*smtp,RecMail*which); 62 int sendQueuedMail(MBOXwrapper*wrap,SMTPaccount*smtp,RecMail*which);
63
64 int m_queuedMail;
65
66protected slots:
67 void emitQCop( int queued );
68
59}; 69};