add all (unpopulated) dialogs
[novacoin.git] / AboutDialog.h
1 #ifndef ABOUTDIALOG_H
2 #define ABOUTDIALOG_H
3
4 #include <QDialog>
5
6 class AboutDialog : public QDialog
7 {
8     Q_OBJECT
9 public:
10     explicit AboutDialog(QWidget *parent = 0);
11
12 signals:
13
14 public slots:
15
16 };
17
18 #endif // ABOUTDIALOG_H