diff options
author | Michele Calgaro <[email protected]> | 2020-04-29 00:23:20 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2020-04-29 00:23:20 +0900 |
commit | 8ea3d4dd872623721abe3153cdd44d01e3cc69be (patch) | |
tree | ee71ee1da6ee2da186d8a18d9c775b179a066789 /tdeui/tdeshortcutdialog.h | |
parent | a57ae64c11314ae571bd529c78c2460daccc9004 (diff) | |
download | tdelibs-8ea3d4dd872623721abe3153cdd44d01e3cc69be.tar.gz tdelibs-8ea3d4dd872623721abe3153cdd44d01e3cc69be.zip |
Fixed unresponsive behavior of the shortcut setting dialog in recent
ditros. This resolves bug 2955.
Signed-off-by: Michele Calgaro <[email protected]>
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; |