-rw-r--r-- | korganizer/komonthview.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/korganizer/komonthview.h b/korganizer/komonthview.h index a41eb54..4d62e9b 100644 --- a/korganizer/komonthview.h +++ b/korganizer/komonthview.h @@ -198,3 +198,3 @@ public slots: void repaintfinishUpdateCell(); - protected slots: + protected slots: void defaultAction( QListBoxItem * ); @@ -252,5 +252,6 @@ class KOMonthView: public KOEventView virtual DateList selectedDates(); - +#if 0 virtual void printPreview(CalPrinter *calPrinter, const QDate &, const QDate &); +#endif bool isMonthView() { return !mShowWeekView; } @@ -283,2 +284,3 @@ class KOMonthView: public KOEventView protected slots: + void catChanged( Incidence * ); void setKeyBoardFocus(); |