#include <QtGui/qmessagebox.h>
#ifndef QMESSAGEBOX_H
#ifndef QT_NO_MESSAGEBOX
class QMessageBox: public QDialog{
public: QMessageBox(class QString const & title, class QString const & text, enum QMessageBox::Icon icon, int button0, int button1, int button2, class QWidget* parent = 0, Qt::WindowFlags f);
};
#endif // QT_NO_MESSAGEBOX
#endif // QMESSAGEBOX_H