1 #ifndef __DLGOPTIONSGENERAL_H__
2 #define __DLGOPTIONSGENERAL_H__
4 #include "ui_dlgoptionsgeneral.h"
6 class DlgOptionsGeneral: public QDialog
11 DlgOptionsGeneral(QWidget * parent = 0, Qt::WindowFlags flags = 0);
15 void setRestartNeeded();
22 Ui::DlgOptionsGeneral ui;
25 #endif // __DLGOPTIONSGENERAL_H__