Modified welcome text file so it shows proper names in the reporsitory
[confmgr] / aboutdialog.h
1 #ifndef ABOUTDIALOG_H
2 #define ABOUTDIALOG_H
3
4 #include <QDialog>
5
6 namespace Ui {
7     class AboutDialog;
8 }
9
10 class AboutDialog : public QDialog
11 {
12     Q_OBJECT
13
14 public:
15     explicit AboutDialog(QWidget *parent = 0);
16     ~AboutDialog();
17
18 private:
19     Ui::AboutDialog *ui;
20 };
21
22 #endif // ABOUTDIALOG_H