summaryrefslogtreecommitdiff
path: root/core/pim/today/plugins/datebook/datebookpluginwidget.h
Unidiff
Diffstat (limited to 'core/pim/today/plugins/datebook/datebookpluginwidget.h') (more/less context) (ignore whitespace changes)
-rw-r--r--core/pim/today/plugins/datebook/datebookpluginwidget.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/core/pim/today/plugins/datebook/datebookpluginwidget.h b/core/pim/today/plugins/datebook/datebookpluginwidget.h
index 1720bb2..3ebbc3d 100644
--- a/core/pim/today/plugins/datebook/datebookpluginwidget.h
+++ b/core/pim/today/plugins/datebook/datebookpluginwidget.h
@@ -25,28 +25,29 @@
25 25
26 26
27class DatebookPluginWidget : public QWidget { 27class DatebookPluginWidget : public QWidget {
28 28
29 Q_OBJECT 29 Q_OBJECT
30 30
31public: 31public:
32 DatebookPluginWidget( QWidget *parent, const char *name ); 32 DatebookPluginWidget( QWidget *parent, const char *name );
33 ~DatebookPluginWidget(); 33 ~DatebookPluginWidget();
34 34
35 35
36private: 36private:
37 DateBookDB* db; 37 DateBookDB* db;
38 void readConfig(); 38 void readConfig();
39 void getDates(); 39 void getDates();
40 40
41 // how many lines should be showed in the datebook section 41 // how many lines should be showed in the datebook section
42 int m_max_lines_meet; 42 int m_max_lines_meet;
43 // If location is to be showed too, 1 to activate it. 43 // If location is to be showed too, 1 to activate it.
44 bool m_show_location; 44 bool m_show_location;
45 // if notes should be shown 45 // if notes should be shown
46 bool m_show_notes; 46 bool m_show_notes;
47 // should only later appointments be shown or all for the current day. 47 // should only later appointments be shown or all for the current day.
48 bool m_onlyLater; 48 bool m_onlyLater;
49 int m_moreDays;
49 50
50}; 51};
51 52
52#endif 53#endif