From 55df8c221c43d81f6132d033553a173276954f7c Mon Sep 17 00:00:00 2001 From: alwin Date: Sun, 04 Jan 2004 02:22:03 +0000 Subject: moved to shared lib --- (limited to 'noncore/net/mail/sendmailprogress.h') 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(); -}; -- cgit v0.9.0.2