summaryrefslogtreecommitdiffabout
path: root/korganizer/komonthview.h
Side-by-side diff
Diffstat (limited to 'korganizer/komonthview.h') (more/less context) (ignore whitespace changes)
-rw-r--r--korganizer/komonthview.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/korganizer/komonthview.h b/korganizer/komonthview.h
index b84065e..0bc3743 100644
--- a/korganizer/komonthview.h
+++ b/korganizer/komonthview.h
@@ -242,2 +242,3 @@ class KOMonthView: public KOEventView
protected slots:
+ void switchView();
void processSelectionChange();
@@ -246,2 +247,3 @@ class KOMonthView: public KOEventView
void prevMonth();
+ void showNavigator( bool );
void selectWeekNum ( int );
@@ -254,2 +256,3 @@ class KOMonthView: public KOEventView
private:
+ bool mShowWeekView;
bool updatePossible;
@@ -261,2 +264,3 @@ class KOMonthView: public KOEventView
void computeLayout();
+ void computeLayoutWeek();