aboutsummaryrefslogtreecommitdiff
path: root/src/plugins/General/hotkey/hotkeydialog.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/General/hotkey/hotkeydialog.h')
-rw-r--r--src/plugins/General/hotkey/hotkeydialog.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/plugins/General/hotkey/hotkeydialog.h b/src/plugins/General/hotkey/hotkeydialog.h
index 5b87c4d2e..490539eac 100644
--- a/src/plugins/General/hotkey/hotkeydialog.h
+++ b/src/plugins/General/hotkey/hotkeydialog.h
@@ -1,5 +1,5 @@
/***************************************************************************
- * Copyright (C) 2009 by Ilya Kotov *
+ * Copyright (C) 2009-2018 by Ilya Kotov *
* forkotov02@ya.ru *
* *
* This program is free software; you can redistribute it and/or modify *
@@ -47,7 +47,7 @@ protected:
virtual void keyPressEvent (QKeyEvent *event);
private:
- Ui::HotkeyDialog ui;
+ Ui::HotkeyDialog m_ui;
quint32 m_key, m_modifiers;
};