diff options
author | Mavridis Philippe <[email protected]> | 2021-09-30 19:34:50 +0300 |
---|---|---|
committer | Mavridis Philippe <[email protected]> | 2021-10-01 10:35:58 +0300 |
commit | 09c9e9c7f22d27f92f1cbe1784e3183693a415e9 (patch) | |
tree | bb57deb51265c4816c6e30f392d1ca85ae96d8fb /kcontrol/kicker/menutab_impl.h | |
parent | 2fb9cbf67fa249ea5dd7bd6e1c1ad70b6fb0d6c9 (diff) | |
download | tdebase-09c9e9c7f22d27f92f1cbe1784e3183693a415e9.tar.gz tdebase-09c9e9c7f22d27f92f1cbe1784e3183693a415e9.zip |
TDE Menu: Customizable search line shortcut
This resolves issue #176.
Signed-off-by: Mavridis Philippe <[email protected]>
(cherry picked from commit 2557c13094ebabc5916ac166fd842cb0f5897250)
Diffstat (limited to 'kcontrol/kicker/menutab_impl.h')
-rw-r--r-- | kcontrol/kicker/menutab_impl.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/kcontrol/kicker/menutab_impl.h b/kcontrol/kicker/menutab_impl.h index b143b0072..509623d61 100644 --- a/kcontrol/kicker/menutab_impl.h +++ b/kcontrol/kicker/menutab_impl.h @@ -21,6 +21,7 @@ #include <tqlistview.h> #include <stdlib.h> +#include <tdeshortcut.h> #include <kpushbutton.h> #include "menutab.h" @@ -68,12 +69,14 @@ public slots: void menuStyleChanged(); void launchIconEditor(); void kmenuChanged(); + void setSearchShortcut(const TDEShortcut &cut); protected: kSubMenuItem *m_bookmarkMenu; kSubMenuItem *m_quickBrowserMenu; TQString m_kmenu_icon; bool m_kmenu_button_changed; + }; #endif |