Zhenkai Zhu | fd52ab7 | 2012-05-29 17:34:35 -0700 | [diff] [blame^] | 1 | #ifndef CHATDIALOG_H |
2 | #define CHATDIALOG_H | ||||
3 | #include "ui_chatdialog.h" | ||||
4 | |||||
5 | class ChatDialog : public QDialog, private Ui::ChatDialog | ||||
6 | { | ||||
7 | Q_OBJECT | ||||
8 | |||||
9 | public: | ||||
10 | ChatDialog(QWidget *parent = 0); | ||||
11 | }; | ||||
12 | #endif |