#include <QtGui/qerrormessage.h>
#ifndef QERRORMESSAGE_H
#ifndef QT_NO_ERRORMESSAGE
class QErrorMessage: public QDialog{
   /* Some contents are skipped to improve readability */
   public: virtual struct QMetaObject const * metaObject() const
   /* ... */
};
#endif // QT_NO_ERRORMESSAGE
#endif // QERRORMESSAGE_H