diff --git a/kicker/kicker/ui/k_mnu.cpp b/kicker/kicker/ui/k_mnu.cpp index a4a1f6d58..5be0f2c8a 100644 --- a/kicker/kicker/ui/k_mnu.cpp +++ b/kicker/kicker/ui/k_mnu.cpp @@ -734,12 +734,6 @@ void PanelKMenu::slotFocusSearch() void PanelKMenu::keyPressEvent(TQKeyEvent* e) { - // We move the focus to the search field if the - // user presses '/'. This is the same shortcut as - // konqueror is using, and afaik it's hardcoded both - // here and there. This sucks badly for many non-us - // keyboard layouts, but for the sake of consistency - // we follow konqueror. if (!searchEdit) return KPanelMenu::keyPressEvent(e);