diff options
Diffstat (limited to 'src/plugins/General/hotkey/hotkeydialog.h')
| -rw-r--r-- | src/plugins/General/hotkey/hotkeydialog.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/plugins/General/hotkey/hotkeydialog.h b/src/plugins/General/hotkey/hotkeydialog.h index 490539eac..4124e8c8f 100644 --- a/src/plugins/General/hotkey/hotkeydialog.h +++ b/src/plugins/General/hotkey/hotkeydialog.h @@ -41,15 +41,15 @@ public: quint32 keySym () const; public slots: - virtual void accept(); - -protected: - virtual void keyPressEvent (QKeyEvent *event); + void accept(); + void reject(); private: + void keyPressEvent (QKeyEvent *event); + void showEvent(QShowEvent *); + Ui::HotkeyDialog m_ui; quint32 m_key, m_modifiers; - }; #endif |
