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.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/korganizer/komonthview.h b/korganizer/komonthview.h
index a29a1a8..bf861ef 100644
--- a/korganizer/komonthview.h
+++ b/korganizer/komonthview.h
@@ -38,2 +38,3 @@
#include "koeventview.h"
+#include "navigatorbar.h"
@@ -229,3 +230,4 @@ class KOMonthView: public KOEventView
MonthViewCell * selectedCell();
- bool skipResize;
+ bool skipResize;
+ NavigatorBar* navigatorBar() { return mNavigatorBar ;}
public slots:
@@ -251,3 +253,2 @@ class KOMonthView: public KOEventView
void prevMonth();
- void showNavigator( bool );
void selectWeekNum ( int );
@@ -260,2 +261,3 @@ class KOMonthView: public KOEventView
private:
+ NavigatorBar* mNavigatorBar;
int currentWeek();