summaryrefslogtreecommitdiff
path: root/core/pim/today/today.h
Unidiff
Diffstat (limited to 'core/pim/today/today.h') (more/less context) (show whitespace changes)
-rw-r--r--core/pim/today/today.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/core/pim/today/today.h b/core/pim/today/today.h
index 6b8c0bf..07bfd61 100644
--- a/core/pim/today/today.h
+++ b/core/pim/today/today.h
@@ -45,12 +45,13 @@ class Today : public TodayBase
45 void draw(); 45 void draw();
46 private: 46 private:
47 void init(); 47 void init();
48 void getDates(); 48 void getDates();
49 void getTodo(); 49 void getTodo();
50 void getMail(); 50 void getMail();
51 void autoStart();
51 QList<TodoItem> loadTodo(const char *filename); 52 QList<TodoItem> loadTodo(const char *filename);
52 private: 53 private:
53 DateBookDB *db; 54 DateBookDB *db;
54 todayconfig *conf; 55 todayconfig *conf;
55 //Config cfg; 56 //Config cfg;
56 int MAX_LINES_TASK; 57 int MAX_LINES_TASK;