helpForUsers files added.
[speedfreak] / Client / helpusersdialog.h
1 #ifndef HELPUSERSDIALOG_H
2 #define HELPUSERSDIALOG_H
3
4 #include <QDialog>
5
6 namespace Ui {
7     class HelpUsersDialog;
8 }
9
10 class HelpUsersDialog : public QDialog {
11     Q_OBJECT
12 public:
13     HelpUsersDialog(QWidget *parent = 0);
14     ~HelpUsersDialog();
15
16 protected:
17     void changeEvent(QEvent *e);
18
19 private:
20     Ui::HelpUsersDialog *ui;
21 };
22
23 #endif // HELPUSERSDIALOG_H