#include <QtGui/qmessagebox.h>
#ifndef QMESSAGEBOX_H
#ifndef QT_NO_MESSAGEBOX
class QMessageBox: public QDialog{
public: static inline int question(class QWidget* parent, class QString const & title, class QString const & text, enum QMessageBox::StandardButton button0, enum QMessageBox::StandardButton button1);
};
#endif // QT_NO_MESSAGEBOX
#endif // QMESSAGEBOX_H