From b9ec42913b1dc7fc39848f245e55c7b36d7c2fa6 Mon Sep 17 00:00:00 2001 From: zautrix Date: Wed, 30 Mar 2005 19:13:02 +0000 Subject: more fixes --- (limited to 'korganizer/komonthview.h') diff --git a/korganizer/komonthview.h b/korganizer/komonthview.h index 9e724c7..c1ca3d4 100644 --- a/korganizer/komonthview.h +++ b/korganizer/komonthview.h @@ -61,6 +61,11 @@ class KOWeekButton : public QPushButton void selectWeekNum ( int ); private: int mNumber; + void keyPressEvent ( QKeyEvent * e ) + { + e->ignore(); + } + private slots : void bottonClicked() { if ( mNumber > 0 ) emit selectWeekNum ( mNumber ); } }; @@ -163,7 +168,6 @@ class MonthViewCell : public KNoScrollListBox void deselect(); void select(); - #ifdef DESKTOP_VERSION static QToolTipGroup *toolTipGroup(); #endif @@ -257,6 +261,8 @@ class KOMonthView: public KOEventView void setSelectedCell( MonthViewCell * ); void switchView(); + void setKeyBoardFocus(); + void setKeyBFocus(); protected slots: void slotComputeLayout(); -- cgit v0.9.0.2