#include <QtGui/qerrormessage.h>
#ifndef QERRORMESSAGE_H
#ifndef QT_NO_ERRORMESSAGE
class QErrorMessage: public QDialog{
   /* Some contents are skipped to improve readability */
   public: static inline class QString tr(char const * s, char const * c, int n);
   /* ... */
};
#endif // QT_NO_ERRORMESSAGE
#endif // QERRORMESSAGE_H