#include <QtGui/qmessagebox.h>
#ifndef QMESSAGEBOX_H
#ifndef QT_NO_MESSAGEBOX
class QMessageBox: public QDialog{
public: void setStandardButtons(class QFlags < enum QMessageBox::StandardButton > buttons);
};
#endif // QT_NO_MESSAGEBOX
#endif // QMESSAGEBOX_H