#include <QtGui/qmessagebox.h>
#ifndef QMESSAGEBOX_H
#ifndef QT_NO_MESSAGEBOX
class QMessageBox: public QDialog{
#ifndef QT_NO_TEXTEDIT
public: void setDetailedText(class QString const & text);
#endif
};
#endif // QT_NO_MESSAGEBOX
#endif // QMESSAGEBOX_H