From cee0d4b7f47d3157b6231f5c23ec5e4e04c73911 Mon Sep 17 00:00:00 2001 From: Mavridis Philippe Date: Sun, 3 Oct 2021 13:20:29 +0300 Subject: [PATCH] Remove outdated comment Signed-off-by: Mavridis Philippe --- kicker/kicker/ui/k_mnu.cpp | 6 ------ 1 file changed, 6 deletions(-) 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);