summaryrefslogtreecommitdiff
path: root/core/pim/today/today.h
Unidiff
Diffstat (limited to 'core/pim/today/today.h') (more/less context) (ignore 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
@@ -39,24 +39,25 @@ class Today : public TodayBase
39 39
40 private slots: 40 private slots:
41 void startConfig(); 41 void startConfig();
42 void startTodo(); 42 void startTodo();
43 void startDatebook(); 43 void startDatebook();
44 void startMail(); 44 void startMail();
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;
57 int MAX_CHAR_CLIP; 58 int MAX_CHAR_CLIP;
58 int MAX_LINES_MEET; 59 int MAX_LINES_MEET;
59 int SHOW_LOCATION; 60 int SHOW_LOCATION;
60 int SHOW_NOTES; 61 int SHOW_NOTES;
61}; 62};
62#endif // TODAY_H 63#endif // TODAY_H