505de7184875ff17fb81fbb73e90a4decb6680a5
[irwi] / src / settingsdlg.h
1 #ifndef SETTINGSDLG_H
2 #define SETTINGSDLG_H
3
4 #include <QDialog>
5
6 class SettingsDlg : QDialog
7 {
8     Q_OBJECT
9 public:
10     SettingsDlg(QWidget *parent = 0);
11     ~SettingsDlg();
12 };
13
14 #endif
15