summaryrefslogtreecommitdiff
path: root/core/pim/today/plugins/mail/mailpluginwidget.h
authorharlekin <harlekin>2004-01-03 20:47:29 (UTC)
committer harlekin <harlekin>2004-01-03 20:47:29 (UTC)
commita89470252ffae1670e12ef5d81db08d0e27af265 (patch) (side-by-side diff)
treea00495b5427fe8b3d7f482bd9d61c80083c71ba4 /core/pim/today/plugins/mail/mailpluginwidget.h
parent047436e254964558bfdbb1d84a79a2686f8e0b09 (diff)
downloadopie-a89470252ffae1670e12ef5d81db08d0e27af265.zip
opie-a89470252ffae1670e12ef5d81db08d0e27af265.tar.gz
opie-a89470252ffae1670e12ef5d81db08d0e27af265.tar.bz2
apdated to new mailer
Diffstat (limited to 'core/pim/today/plugins/mail/mailpluginwidget.h') (more/less context) (ignore whitespace changes)
-rw-r--r--core/pim/today/plugins/mail/mailpluginwidget.h8
1 files changed, 7 insertions, 1 deletions
diff --git a/core/pim/today/plugins/mail/mailpluginwidget.h b/core/pim/today/plugins/mail/mailpluginwidget.h
index a3b1388..6d16d2c 100644
--- a/core/pim/today/plugins/mail/mailpluginwidget.h
+++ b/core/pim/today/plugins/mail/mailpluginwidget.h
@@ -1,7 +1,7 @@
/*
* mailpluginwidget.h
*
- * copyright : (c) 2002,2003 by Maximilian Reiß
+ * copyright : (c) 2002,2003,2004 by Maximilian Reiß
* email : harlekin@handhelds.org
*
*/
@@ -39,6 +39,12 @@ private:
QHBoxLayout* m_layout;
void readConfig();
void getInfo();
+
+ int m_newMails;
+ int m_outgoing;
+
+private slots:
+ void channelReceived(const QCString &msg, const QByteArray & data);
};
#endif