summaryrefslogtreecommitdiff
path: root/noncore/unsupported/mail2/composer.h
authortille <tille>2002-06-18 13:49:13 (UTC)
committer tille <tille>2002-06-18 13:49:13 (UTC)
commit99cf287037a0d9f99e4fc035d1b9f6db08bb6583 (patch) (side-by-side diff)
tree6c4707892003f6bfb1b4b088d57aba109ef63a4a /noncore/unsupported/mail2/composer.h
parent1e6635662a329dc8f7958b29044e1ce843ff7208 (diff)
downloadopie-99cf287037a0d9f99e4fc035d1b9f6db08bb6583.zip
opie-99cf287037a0d9f99e4fc035d1b9f6db08bb6583.tar.gz
opie-99cf287037a0d9f99e4fc035d1b9f6db08bb6583.tar.bz2
added queue mail support
Diffstat (limited to 'noncore/unsupported/mail2/composer.h') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/unsupported/mail2/composer.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/noncore/unsupported/mail2/composer.h b/noncore/unsupported/mail2/composer.h
index 2640d7e..00235bf 100644
--- a/noncore/unsupported/mail2/composer.h
+++ b/noncore/unsupported/mail2/composer.h
@@ -27,3 +27,3 @@ class Composer : public ComposerBase
public:
- Composer(QWidget *parent = 0, const char *name = 0, WFlags fl = Qt::WType_Modal);
+ Composer(QWidget *parent = 0, const char *name = 0, WFlags fl = Qt::WType_Modal, bool sendQueue = false);
~Composer();
@@ -35,2 +35,5 @@ public:
+public slots:
+ void slotSendQueued();
+
protected slots:
@@ -38,2 +41,3 @@ protected slots:
void slotSendMail();
+ void slotQueueMail();
void slotSendError(const QString &);
@@ -51,2 +55,3 @@ protected:
private:
+ bool _sendQueued;
bool _inLoop;