summaryrefslogtreecommitdiff
path: root/noncore/unsupported/mail2/composerbase.h
authortille <tille>2002-06-18 13:49:13 (UTC)
committer tille <tille>2002-06-18 13:49:13 (UTC)
commit99cf287037a0d9f99e4fc035d1b9f6db08bb6583 (patch) (unidiff)
tree6c4707892003f6bfb1b4b088d57aba109ef63a4a /noncore/unsupported/mail2/composerbase.h
parent1e6635662a329dc8f7958b29044e1ce843ff7208 (diff)
downloadopie-99cf287037a0d9f99e4fc035d1b9f6db08bb6583.zip
opie-99cf287037a0d9f99e4fc035d1b9f6db08bb6583.tar.gz
opie-99cf287037a0d9f99e4fc035d1b9f6db08bb6583.tar.bz2
added queue mail support
Diffstat (limited to 'noncore/unsupported/mail2/composerbase.h') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/unsupported/mail2/composerbase.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/noncore/unsupported/mail2/composerbase.h b/noncore/unsupported/mail2/composerbase.h
index 75b77f4..9d3e4fc 100644
--- a/noncore/unsupported/mail2/composerbase.h
+++ b/noncore/unsupported/mail2/composerbase.h
@@ -41,7 +41,7 @@ protected:
41 QPEToolBar *toolbar, *attachToolbar; 41 QPEToolBar *toolbar, *attachToolbar;
42 QComboBox *fromBox, *from, *receiversBox, *subjectBox, *priority; 42 QComboBox *fromBox, *from, *receiversBox, *subjectBox, *priority;
43 QLineEdit *replyto, *to, *cc, *bcc, *subject; 43 QLineEdit *replyto, *to, *cc, *bcc, *subject;
44 QAction *sendmail, *attachfile, *addressbook, *abort, *addattach, *delattach; 44 QAction *sendmail, *queuemail, *attachfile, *addressbook, *abort, *addattach, *delattach;
45 QLabel *fromLabel, *status; 45 QLabel *fromLabel, *status;
46 46
47protected slots: 47protected slots: