summaryrefslogtreecommitdiff
path: root/noncore/unsupported/mail2/composerbase.h
authorconber <conber>2002-08-06 16:32:49 (UTC)
committer conber <conber>2002-08-06 16:32:49 (UTC)
commit8084d002de5e310491eec7fac0713ef29d0cf30f (patch) (side-by-side diff)
treefe74e3cf2ee2f7d87e74910fbf4bfa34b9a439a0 /noncore/unsupported/mail2/composerbase.h
parente6a512dc2e0602298f8a745036d25eb171ced977 (diff)
downloadopie-8084d002de5e310491eec7fac0713ef29d0cf30f.zip
opie-8084d002de5e310491eec7fac0713ef29d0cf30f.tar.gz
opie-8084d002de5e310491eec7fac0713ef29d0cf30f.tar.bz2
ui improvements
Diffstat (limited to 'noncore/unsupported/mail2/composerbase.h') (more/less context) (show whitespace changes)
-rw-r--r--noncore/unsupported/mail2/composerbase.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/noncore/unsupported/mail2/composerbase.h b/noncore/unsupported/mail2/composerbase.h
index d832623..58f1157 100644
--- a/noncore/unsupported/mail2/composerbase.h
+++ b/noncore/unsupported/mail2/composerbase.h
@@ -6,2 +6,3 @@
class QMultiLineEdit;
+class MailStatusBar;
class ListViewPlus;
@@ -39,2 +40,3 @@ protected:
QMultiLineEdit *message;
+ MailStatusBar *status;
ListViewPlus *attachView;
@@ -48,3 +50,3 @@ protected:
QAction *sendmail, *queuemail, *attachfile, *addressbook, *abort, *addattach, *delattach;
- QLabel *fromLabel, *status;
+ QLabel *fromLabel;