summaryrefslogtreecommitdiff
path: root/noncore/net/mail/taskbarapplet/mailapplet.h
authorharlekin <harlekin>2004-01-04 15:47:32 (UTC)
committer harlekin <harlekin>2004-01-04 15:47:32 (UTC)
commit59fee003137f5fd7782e3a42159e53424d100e67 (patch) (unidiff)
treedae5f375349ff02ac96f9bd309aeea52837003cd /noncore/net/mail/taskbarapplet/mailapplet.h
parent5c4c2a789c19e727bb9ca323ea1fec1b7d1bd057 (diff)
downloadopie-59fee003137f5fd7782e3a42159e53424d100e67.zip
opie-59fee003137f5fd7782e3a42159e53424d100e67.tar.gz
opie-59fee003137f5fd7782e3a42159e53424d100e67.tar.bz2
config taskbar applet
Diffstat (limited to 'noncore/net/mail/taskbarapplet/mailapplet.h') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/net/mail/taskbarapplet/mailapplet.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/noncore/net/mail/taskbarapplet/mailapplet.h b/noncore/net/mail/taskbarapplet/mailapplet.h
index 1c48b29..34bdc22 100644
--- a/noncore/net/mail/taskbarapplet/mailapplet.h
+++ b/noncore/net/mail/taskbarapplet/mailapplet.h
@@ -2,25 +2,25 @@
2#define MAILAPPLET_H 2#define MAILAPPLET_H
3 3
4#include <qbutton.h> 4#include <qbutton.h>
5 5
6class Config; 6class Config;
7class QTimer; 7class QTimer;
8 8
9class MailApplet : public QButton { 9class MailApplet : public QButton {
10 10
11 Q_OBJECT 11 Q_OBJECT
12 12
13public: 13public:
14 MailApplet(QWidget *parent = 0, const char *name = 0, WFlags fl = 0); 14 MailApplet( QWidget *parent = 0, const char *name = 0, WFlags fl = 0 );
15 15
16protected: 16protected:
17 void drawButton(QPainter *); 17 void drawButton(QPainter *);
18 void drawButtonText(QPainter *); 18 void drawButtonText(QPainter *);
19 void gotNewMail(); 19 void gotNewMail();
20 20
21protected slots: 21protected slots:
22 void slotCheck(); 22 void slotCheck();
23 void slotClicked(); 23 void slotClicked();
24private: 24private:
25 Config *m_config; 25 Config *m_config;
26 QTimer *m_intervalTimer; 26 QTimer *m_intervalTimer;