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
@@ -28,4 +28,6 @@ public slots:
void nextWeek();
void prevWeek();
+ void nextMonth();
+ void prevMonth();
void pickDate();
void setDate(int y, int m, int d);
@@ -35,5 +37,6 @@ signals:
private:
QDate date;
- bool onMonday;
+// bool onMonday;
+ bool bStartOnMonday;
};
@@ -85,5 +88,5 @@ signals:
const QString &str, const QString &location);
private:
- bool onMonday;
+ bool bStartOnMonday;
protected slots:
void keyPressEvent(QKeyEvent *);
@@ -137,5 +140,5 @@ private:
int startTime;
bool ampm;
- bool onMonday;
+ bool bStartOnMonday;
bool dbl;
int year, _week;