summaryrefslogtreecommitdiff
path: root/core/pim/datebook/datebookweeklst.h
Side-by-side diff
Diffstat (limited to 'core/pim/datebook/datebookweeklst.h') (more/less context) (show whitespace changes)
-rw-r--r--core/pim/datebook/datebookweeklst.h9
1 files changed, 6 insertions, 3 deletions
diff --git a/core/pim/datebook/datebookweeklst.h b/core/pim/datebook/datebookweeklst.h
index 17dc01f..f858c4f 100644
--- a/core/pim/datebook/datebookweeklst.h
+++ b/core/pim/datebook/datebookweeklst.h
@@ -29,2 +29,4 @@ public slots:
void prevWeek();
+ void nextMonth();
+ void prevMonth();
void pickDate();
@@ -36,3 +38,4 @@ private:
QDate date;
- bool onMonday;
+// bool onMonday;
+ bool bStartOnMonday;
};
@@ -86,3 +89,3 @@ signals:
private:
- bool onMonday;
+ bool bStartOnMonday;
protected slots:
@@ -138,3 +141,3 @@ private:
bool ampm;
- bool onMonday;
+ bool bStartOnMonday;
bool dbl;