summaryrefslogtreecommitdiff
path: root/noncore/net/mail/sendmailprogress.h
authoralwin <alwin>2004-01-04 02:22:03 (UTC)
committer alwin <alwin>2004-01-04 02:22:03 (UTC)
commit55df8c221c43d81f6132d033553a173276954f7c (patch) (side-by-side diff)
tree6b7229859557580fa2c873d49e2fdca707aed3fe /noncore/net/mail/sendmailprogress.h
parent5573d6606b5243890fd00bf858ed21a87f00bfc4 (diff)
downloadopie-55df8c221c43d81f6132d033553a173276954f7c.zip
opie-55df8c221c43d81f6132d033553a173276954f7c.tar.gz
opie-55df8c221c43d81f6132d033553a173276954f7c.tar.bz2
moved to shared lib
Diffstat (limited to 'noncore/net/mail/sendmailprogress.h') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/net/mail/sendmailprogress.h19
1 files changed, 0 insertions, 19 deletions
diff --git a/noncore/net/mail/sendmailprogress.h b/noncore/net/mail/sendmailprogress.h
deleted file mode 100644
index 5b7d33b..0000000
--- a/noncore/net/mail/sendmailprogress.h
+++ b/dev/null
@@ -1,19 +0,0 @@
-#include "sendmailprogressui.h"
-
-class progressMailSend:public progressMailSendUI
-{
- Q_OBJECT
-public:
- progressMailSend(QWidget*parent = 0, const char * name = 0);
- ~progressMailSend();
-
- void setMaxMails(unsigned int aMaxMails);
- void setCurrentMails(unsigned int aCurrent);
-
- void setSingleMail(unsigned int aCurrent,unsigned int aMax);
-
-protected:
- unsigned m_current_mail,m_current_single,m_max_mail,m_max_single;
- void setSingle();
- void setMails();
-};