summaryrefslogtreecommitdiff
path: root/core/pim/datebook/datebook.h
Side-by-side diff
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;
class DateBookWeek;
+class DateBookWeekLst;
class DateBookMonth;
@@ -59,3 +60,5 @@ private slots:
void fileNew();
+ void slotNewEntry(const QDateTime &start, const QDateTime &end, const QString &str);
void slotSettings();
+ void newDefaultView(QAction *a);
void slotToday(); // view today
@@ -71,2 +74,3 @@ private slots:
void viewWeek();
+ void viewWeekLst();
void viewMonth();
@@ -87,2 +91,3 @@ private:
void initWeek();
+ void initWeekLst();
void initMonth();
@@ -97,3 +102,4 @@ private:
DateBookMonth *monthView;
- QAction *dayAction, *weekAction, *monthAction;
+ DateBookWeekLst *weekLstView;
+ QAction *dayAction, *weekAction, *weekLstAction, *monthAction;
bool aPreset; // have everything set to alarm?