summaryrefslogtreecommitdiff
path: root/core/pim/today/plugins/mail/mailpluginwidget.h
Side-by-side diff
Diffstat (limited to 'core/pim/today/plugins/mail/mailpluginwidget.h') (more/less context) (show 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,16 +1,16 @@
/*
* mailpluginwidget.h
*
- * copyright : (c) 2002,2003 by Maximilian Reiß
+ * copyright : (c) 2002,2003,2004 by Maximilian Reiß
* email : harlekin@handhelds.org
*
*/
/***************************************************************************
* *
* This program is free software; you can redistribute it and/or modify *
* it under the terms of the GNU General Public License as published by *
* the Free Software Foundation; either version 2 of the License, or *
* (at your option) any later version. *
* *
***************************************************************************/
@@ -30,15 +30,21 @@ public:
~MailPluginWidget();
void refresh();
protected slots:
void startMail();
private:
OClickableLabel* m_mailLabel;
QHBoxLayout* m_layout;
void readConfig();
void getInfo();
+
+ int m_newMails;
+ int m_outgoing;
+
+private slots:
+ void channelReceived(const QCString &msg, const QByteArray & data);
};
#endif