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.h8
1 files changed, 7 insertions, 1 deletions
diff --git a/core/pim/datebook/datebook.h b/core/pim/datebook/datebook.h
index 44627bb..fcdbfec 100644
--- a/core/pim/datebook/datebook.h
+++ b/core/pim/datebook/datebook.h
@@ -30,2 +30,3 @@ class DateBookDay;
30class DateBookWeek; 30class DateBookWeek;
31class DateBookWeekLst;
31class DateBookMonth; 32class DateBookMonth;
@@ -59,3 +60,5 @@ private slots:
59 void fileNew(); 60 void fileNew();
61 void slotNewEntry(const QDateTime &start, const QDateTime &end, const QString &str);
60 void slotSettings(); 62 void slotSettings();
63 void newDefaultView(QAction *a);
61 void slotToday();// view today 64 void slotToday();// view today
@@ -71,2 +74,3 @@ private slots:
71 void viewWeek(); 74 void viewWeek();
75 void viewWeekLst();
72 void viewMonth(); 76 void viewMonth();
@@ -87,2 +91,3 @@ private:
87 void initWeek(); 91 void initWeek();
92 void initWeekLst();
88 void initMonth(); 93 void initMonth();
@@ -97,3 +102,4 @@ private:
97 DateBookMonth *monthView; 102 DateBookMonth *monthView;
98 QAction *dayAction, *weekAction, *monthAction; 103 DateBookWeekLst *weekLstView;
104 QAction *dayAction, *weekAction, *weekLstAction, *monthAction;
99 bool aPreset; // have everything set to alarm? 105 bool aPreset; // have everything set to alarm?