Zhenkai Zhu | 275ba3a | 2012-06-01 23:10:43 -0700 | [diff] [blame^] | 1 | #ifndef SETTINGDIALOG_H |
2 | #define SETTINGDIALOG_H | ||||
3 | #include "ui_settingdialog.h" | ||||
4 | |||||
5 | class SettingDialog : public QDialog, private Ui::SettingDialog | ||||
6 | { | ||||
7 | Q_OBJECT | ||||
8 | |||||
9 | public: | ||||
10 | SettingDialog(QWidget *parent = 0, QString nick = QString("NULL"), QString chatroom = QString("NULL"), QString prefix = QString("NULL")); | ||||
11 | }; | ||||
12 | |||||
13 | #endif |