diff options
author | Mavridis Philippe <mavridisf@gmail.com> | 2021-10-03 13:20:29 +0300 |
---|---|---|
committer | Mavridis Philippe <mavridisf@gmail.com> | 2021-10-03 13:20:29 +0300 |
commit | cee0d4b7f47d3157b6231f5c23ec5e4e04c73911 (patch) | |
tree | 98bbc03edda8ef08e752bdaa529e894d71d84549 | |
parent | 2557c13094ebabc5916ac166fd842cb0f5897250 (diff) | |
download | tdebase-cee0d4b7f47d3157b6231f5c23ec5e4e04c73911.tar.gz tdebase-cee0d4b7f47d3157b6231f5c23ec5e4e04c73911.zip |
Remove outdated comment
Signed-off-by: Mavridis Philippe <mavridisf@gmail.com>
-rw-r--r-- | kicker/kicker/ui/k_mnu.cpp | 6 |
1 files changed, 0 insertions, 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); |