summaryrefslogtreecommitdiff
path: root/noncore/unsupported/mail2/bend/bend.h
authorconber <conber>2002-06-16 12:14:12 (UTC)
committer conber <conber>2002-06-16 12:14:12 (UTC)
commitd8d1409d6663759fe0b4535d629c8d0231e8f568 (patch) (unidiff)
treefa219eb6028456bce12844dc615ceca788f9ce7e /noncore/unsupported/mail2/bend/bend.h
parente3bc0fd26c14717107c3eccffa7d583611291ad1 (diff)
downloadopie-d8d1409d6663759fe0b4535d629c8d0231e8f568.zip
opie-d8d1409d6663759fe0b4535d629c8d0231e8f568.tar.gz
opie-d8d1409d6663759fe0b4535d629c8d0231e8f568.tar.bz2
sound now on ipaq, too.
Diffstat (limited to 'noncore/unsupported/mail2/bend/bend.h') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/unsupported/mail2/bend/bend.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/noncore/unsupported/mail2/bend/bend.h b/noncore/unsupported/mail2/bend/bend.h
index cf50bc5..7972929 100644
--- a/noncore/unsupported/mail2/bend/bend.h
+++ b/noncore/unsupported/mail2/bend/bend.h
@@ -27,12 +27,12 @@ protected slots:
27 void slotIMAPStatus(IMAPResponse &response); 27 void slotIMAPStatus(IMAPResponse &response);
28 28
29private: 29private:
30 Config *_config; 30 Config *_config;
31 QTimer *_intervalTimer; 31 QTimer *_intervalTimer;
32 int _intervalMs; 32 int _intervalMs;
33 bool _ledOn; 33 bool _zaurus, _ledOn;
34 34
35}; 35};
36 36
37#endif 37#endif
38 38