From 6add774cf9841377f32613c7aa23161a823aa1da Mon Sep 17 00:00:00 2001 From: zautrix Date: Tue, 05 Apr 2005 19:42:46 +0000 Subject: fix --- (limited to 'korganizer/komonthview.h') diff --git a/korganizer/komonthview.h b/korganizer/komonthview.h index e39eeb0..c6b6b5e 100644 --- a/korganizer/komonthview.h +++ b/korganizer/komonthview.h @@ -83,6 +83,8 @@ class KNoScrollListBox: public QListBox void shiftDown(); void shiftUp(); void rightClick(); + void nextCell(); + void prevCell(); protected slots: void oneDown(); @@ -188,7 +190,6 @@ class MonthViewCell : public KNoScrollListBox QStringList mToolTip; void resizeEvent( QResizeEvent * ); - public slots: void showDay(); @@ -256,6 +257,8 @@ class KOMonthView: public KOEventView bool skipResize; NavigatorBar* navigatorBar() { return mNavigatorBar ;} public slots: + void nextCell(); + void prevCell(); virtual void updateView(); virtual void updateConfig(); virtual void showDates(const QDate &start, const QDate &end); -- cgit v0.9.0.2