summaryrefslogtreecommitdiffabout
path: root/korganizer/komonthview.h
Side-by-side diff
Diffstat (limited to 'korganizer/komonthview.h') (more/less context) (show whitespace changes)
-rw-r--r--korganizer/komonthview.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/korganizer/komonthview.h b/korganizer/komonthview.h
index a29a1a8..bf861ef 100644
--- a/korganizer/komonthview.h
+++ b/korganizer/komonthview.h
@@ -37,4 +37,5 @@
#include "koeventview.h"
+#include "navigatorbar.h"
#ifdef DESKTOP_VERSION
@@ -229,4 +230,5 @@ class KOMonthView: public KOEventView
MonthViewCell * selectedCell();
bool skipResize;
+ NavigatorBar* navigatorBar() { return mNavigatorBar ;}
public slots:
virtual void updateView();
@@ -250,5 +252,4 @@ class KOMonthView: public KOEventView
void nextMonth();
void prevMonth();
- void showNavigator( bool );
void selectWeekNum ( int );
void showDaySignal( QDate );
@@ -259,4 +260,5 @@ class KOMonthView: public KOEventView
private:
+ NavigatorBar* mNavigatorBar;
int currentWeek();
bool clPending;