1 #ifndef __EXITDIALOG_H__
2 #define __EXITDIALOG_H__
4 #include "ui_exitdialog.h"
6 class ExitDialog: public QDialog
11 ExitDialog(QWidget * parent = 0, Qt::WindowFlags flags = 0);
15 void setText(const QString & text);
16 void setTitle(const QString & text);
17 void setForce(bool force);
22 void makeLetterAccel(QPushButton * btn);
28 #endif // __EXITDIALOG_H__