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