summaryrefslogtreecommitdiffstats
path: root/korganizer/koeventview.h
diff options
context:
space:
mode:
Diffstat (limited to 'korganizer/koeventview.h')
-rw-r--r--korganizer/koeventview.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/korganizer/koeventview.h b/korganizer/koeventview.h
index c3334881..69f6377f 100644
--- a/korganizer/koeventview.h
+++ b/korganizer/koeventview.h
@@ -90,6 +90,8 @@ class KOEventView : public KOrg::BaseView
/** This view is an view for displaying events. */
bool isEventView() { return true; }
+ bool supportsDateNavigation() const { return true; }
+
public slots:
/**
@@ -126,6 +128,7 @@ class KOEventView : public KOrg::BaseView
protected:
Incidence *mCurrentIncidence; // Incidence selected e.g. for a context menu
+
};
#endif