From c3d5ffcaf788e9b5e0dc25dcada731778e01a1ed Mon Sep 17 00:00:00 2001 From: trialuser02 Date: Tue, 7 Jan 2014 09:50:17 +0000 Subject: refactoring git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@4012 90c681e8-e032-0410-971d-27865f9a5e38 --- src/plugins/General/hotkey/settingsdialog.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/plugins/General/hotkey/settingsdialog.h') diff --git a/src/plugins/General/hotkey/settingsdialog.h b/src/plugins/General/hotkey/settingsdialog.h index c480c3e21..91e6c0259 100644 --- a/src/plugins/General/hotkey/settingsdialog.h +++ b/src/plugins/General/hotkey/settingsdialog.h @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2009 by Ilya Kotov * + * Copyright (C) 2009-2013 by Ilya Kotov * * forkotov02@hotmail.ru * * * * This program is free software; you can redistribute it and/or modify * @@ -26,7 +26,7 @@ #include "ui_settingsdialog.h" /** - @author Ilya Kotov + @author Ilya Kotov */ class SettingsDialog : public QDialog { @@ -45,7 +45,7 @@ private slots: void on_resetButton_clicked(); private: - Ui::SettingsDialog ui; + Ui::SettingsDialog m_ui; QList m_hotkeys; }; -- cgit v1.2.3-13-gbd6f