summaryrefslogtreecommitdiff
path: root/core/pim/today/plugins/mail/mailpluginwidget.h
Unidiff
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
@@ -3,3 +3,3 @@
3 * 3 *
4 * copyright : (c) 2002,2003 by Maximilian Reiß 4 * copyright : (c) 2002,2003,2004 by Maximilian Reiß
5 * email : harlekin@handhelds.org 5 * email : harlekin@handhelds.org
@@ -41,2 +41,8 @@ private:
41 void getInfo(); 41 void getInfo();
42
43 int m_newMails;
44 int m_outgoing;
45
46private slots:
47 void channelReceived(const QCString &msg, const QByteArray & data);
42}; 48};