summaryrefslogtreecommitdiff
path: root/core/pim/datebook/datebook.h
Unidiff
Diffstat (limited to 'core/pim/datebook/datebook.h') (more/less context) (ignore whitespace changes)
-rw-r--r--core/pim/datebook/datebook.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/core/pim/datebook/datebook.h b/core/pim/datebook/datebook.h
index fb8b083..05ab781 100644
--- a/core/pim/datebook/datebook.h
+++ b/core/pim/datebook/datebook.h
@@ -28,13 +28,13 @@
28 28
29class QAction; 29class QAction;
30class QWidgetStack; 30class QWidgetStack;
31class DateBookDay; 31class DateBookDay;
32class DateBookWeek; 32class DateBookWeek;
33class DateBookWeekLst; 33class DateBookWeekLst;
34class DateBookMonth; 34class ODateBookMonth;
35class Event; 35class Event;
36class QDate; 36class QDate;
37class Ir; 37class Ir;
38 38
39class DateBook : public QMainWindow 39class DateBook : public QMainWindow
40{ 40{
@@ -105,13 +105,13 @@ private:
105private: 105private:
106 DateBookDBHoliday *db; 106 DateBookDBHoliday *db;
107 DateBookHoliday*db_holiday; 107 DateBookHoliday*db_holiday;
108 QWidgetStack *views; 108 QWidgetStack *views;
109 DateBookDay *dayView; 109 DateBookDay *dayView;
110 DateBookWeek *weekView; 110 DateBookWeek *weekView;
111 DateBookMonth *monthView; 111 ODateBookMonth *monthView;
112 DateBookWeekLst *weekLstView; 112 DateBookWeekLst *weekLstView;
113 QAction *dayAction, *weekAction, *weekLstAction, *monthAction; 113 QAction *dayAction, *weekAction, *weekLstAction, *monthAction;
114 int weeklistviewconfig; 114 int weeklistviewconfig;
115 bool aPreset; // have everything set to alarm? 115 bool aPreset; // have everything set to alarm?
116 int presetTime; // the standard time for the alarm 116 int presetTime; // the standard time for the alarm
117 int startTime; 117 int startTime;