#include <QtGui/qmessagebox.h>
#ifndef QMESSAGEBOX_H
#ifndef QT_NO_MESSAGEBOX
class QMessageBox: public QDialog{
public: static int critical(class QWidget* parent, class QString const & title, class QString const & text, class QString const & button0Text, class QString const & button1Text = QString::QString(), class QString const & button2Text = QString::QString(), int defaultButtonNumber = 0, int escapeButtonNumber = -1);
};
#endif // QT_NO_MESSAGEBOX
#endif // QMESSAGEBOX_H