diff options
Diffstat (limited to 'src/plugins/General/notifier/settingsdialog.h')
| -rw-r--r-- | src/plugins/General/notifier/settingsdialog.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/plugins/General/notifier/settingsdialog.h b/src/plugins/General/notifier/settingsdialog.h index e45940e4e..6245d2581 100644 --- a/src/plugins/General/notifier/settingsdialog.h +++ b/src/plugins/General/notifier/settingsdialog.h @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2008-2012 by Ilya Kotov * + * Copyright (C) 2008-2013 by Ilya Kotov * * forkotov02@hotmail.ru * * * * This program is free software; you can redistribute it and/or modify * @@ -45,7 +45,7 @@ private slots: void on_templateButton_pressed(); private: - Ui::SettingsDialog ui; + Ui::SettingsDialog m_ui; QString m_template; QMap<uint, QPushButton*> m_buttons; |
