diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2020-04-29 00:23:20 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2020-04-29 21:03:30 +0900 |
commit | f93c501d06498f90084cf63425e78b8e77d0b662 (patch) | |
tree | dcf47ea718ce0f9c340fd2c4b58045f49d866dcb /tdeui/tdeshortcutdialog.h | |
parent | 3505e3232dc6f758858a167de51c1f4fc4cc937d (diff) | |
download | tdelibs-f93c501d06498f90084cf63425e78b8e77d0b662.tar.gz tdelibs-f93c501d06498f90084cf63425e78b8e77d0b662.zip |
Fixed unresponsive behavior of the shortcut setting dialog in recent
ditros. This resolves bug 2955.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 8ea3d4dd872623721abe3153cdd44d01e3cc69be)
Diffstat (limited to 'tdeui/tdeshortcutdialog.h')
-rw-r--r-- | tdeui/tdeshortcutdialog.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tdeui/tdeshortcutdialog.h b/tdeui/tdeshortcutdialog.h index c0b8fa49b..afad6fda2 100644 --- a/tdeui/tdeshortcutdialog.h +++ b/tdeui/tdeshortcutdialog.h @@ -53,7 +53,6 @@ private: bool m_bQtShortcut; TDEShortcut m_shortcut; - bool m_bGrab; KPushButton* m_ptxtCurrent; uint m_iSeq; uint m_iKey; |