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.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
@@ -84,4 +84,6 @@ class KNoScrollListBox: public QListBox
void shiftUp();
void rightClick();
+ void nextCell();
+ void prevCell();
protected slots:
@@ -189,5 +191,4 @@ class MonthViewCell : public KNoScrollListBox
void resizeEvent( QResizeEvent * );
-
public slots:
void showDay();
@@ -257,4 +258,6 @@ class KOMonthView: public KOEventView
NavigatorBar* navigatorBar() { return mNavigatorBar ;}
public slots:
+ void nextCell();
+ void prevCell();
virtual void updateView();
virtual void updateConfig();