summaryrefslogtreecommitdiff
path: root/core/pim/today/today.h
authorharlekin <harlekin>2002-02-16 19:59:21 (UTC)
committer harlekin <harlekin>2002-02-16 19:59:21 (UTC)
commit4e6ec847f469a3669be864db69dee0d8b0e4a93b (patch) (side-by-side diff)
treedb92798a54f2eca93aa71fcf4d9aab3d116f0c5e /core/pim/today/today.h
parentbe1704ffdb21c6d304ba36bfd5ef1f5db622baea (diff)
downloadopie-4e6ec847f469a3669be864db69dee0d8b0e4a93b.zip
opie-4e6ec847f469a3669be864db69dee0d8b0e4a93b.tar.gz
opie-4e6ec847f469a3669be864db69dee0d8b0e4a93b.tar.bz2
new features: auto update and opiemail support
Diffstat (limited to 'core/pim/today/today.h') (more/less context) (ignore whitespace changes)
-rw-r--r--core/pim/today/today.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/core/pim/today/today.h b/core/pim/today/today.h
index 50a10f1..6b8c0bf 100644
--- a/core/pim/today/today.h
+++ b/core/pim/today/today.h
@@ -41,11 +41,13 @@ class Today : public TodayBase
void startConfig();
void startTodo();
void startDatebook();
-
+ void startMail();
+ void draw();
private:
void init();
void getDates();
void getTodo();
+ void getMail();
QList<TodoItem> loadTodo(const char *filename);
private:
DateBookDB *db;