summaryrefslogtreecommitdiffabout
path: root/korganizer/komonthview.h
Side-by-side diff
Diffstat (limited to 'korganizer/komonthview.h') (more/less context) (ignore whitespace changes)
-rw-r--r--korganizer/komonthview.h8
1 files changed, 7 insertions, 1 deletions
diff --git a/korganizer/komonthview.h b/korganizer/komonthview.h
index 9e724c7..c1ca3d4 100644
--- a/korganizer/komonthview.h
+++ b/korganizer/komonthview.h
@@ -63,2 +63,7 @@ private:
int mNumber;
+ void keyPressEvent ( QKeyEvent * e )
+ {
+ e->ignore();
+ }
+
private slots :
@@ -165,3 +170,2 @@ class MonthViewCell : public KNoScrollListBox
void select();
-
#ifdef DESKTOP_VERSION
@@ -259,2 +263,4 @@ class KOMonthView: public KOEventView
void switchView();
+ void setKeyBoardFocus();
+ void setKeyBFocus();