summaryrefslogtreecommitdiff
path: root/noncore/unsupported/mailit/emailclient.h
Side-by-side diff
Diffstat (limited to 'noncore/unsupported/mailit/emailclient.h') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/unsupported/mailit/emailclient.h11
1 files changed, 9 insertions, 2 deletions
diff --git a/noncore/unsupported/mailit/emailclient.h b/noncore/unsupported/mailit/emailclient.h
index 549683b..994fec5 100644
--- a/noncore/unsupported/mailit/emailclient.h
+++ b/noncore/unsupported/mailit/emailclient.h
@@ -43,2 +43,3 @@
#include <opie/otabwidget.h>
+#include <qpe/qcopenvelope_qws.h>
#include <qtimer.h>
@@ -72,6 +73,5 @@ public:
AddressList* getAdrListRef();
- void download(Email*);
protected:
- void timerEvent(QTimerEvent*);
+ //void timerEvent(QTimerEvent*);
@@ -118,2 +118,3 @@ public slots:
void moveMailFront(Email *mailPtr);
+ void download(Email*);
/* void reply();
@@ -123,4 +124,8 @@ public slots:
+private slots:
+ void receive(const QCString&, const QByteArray&);
+
private:
void init();
+ void initStatusBar(QWidget*);
void readMail();
@@ -148,2 +153,4 @@ private:
+ QCopChannel* channel;
+
QToolBar *bar;