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.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/korganizer/komonthview.h b/korganizer/komonthview.h
index e39eeb0..c6b6b5e 100644
--- a/korganizer/komonthview.h
+++ b/korganizer/komonthview.h
@@ -85,2 +85,4 @@ class KNoScrollListBox: public QListBox
void rightClick();
+ void nextCell();
+ void prevCell();
@@ -190,3 +192,2 @@ class MonthViewCell : public KNoScrollListBox
-
public slots:
@@ -258,2 +259,4 @@ class KOMonthView: public KOEventView
public slots:
+ void nextCell();
+ void prevCell();
virtual void updateView();