From 58a4e6e5dcc24e2f5c17ef9f0e6879d625b5f764 Mon Sep 17 00:00:00 2001 From: zautrix Date: Sat, 02 Jul 2005 07:02:47 +0000 Subject: fixes --- (limited to 'korganizer/komonthview.h') diff --git a/korganizer/komonthview.h b/korganizer/komonthview.h index 0bd6b1c..a41eb54 100644 --- a/korganizer/komonthview.h +++ b/korganizer/komonthview.h @@ -278,10 +278,10 @@ class KOMonthView: public KOEventView void setSelectedCell( MonthViewCell * ); void setPopupCell( MonthViewCell * ); void switchView(); - void setKeyBoardFocus(); void setKeyBFocus(); protected slots: + void setKeyBoardFocus(); void slotNewTodo(); void slotNewEvent(); void slotEditJournal(); @@ -302,6 +302,7 @@ class KOMonthView: public KOEventView void updateDayLabels(); private: + int mKBFcounter; QTimer* mComputeLayoutTimer; NavigatorBar* mNavigatorBar; int currentWeek(); -- cgit v0.9.0.2