#include <QtCore/qcoreapplication.h>
#ifndef QCOREAPPLICATION_H
class QCoreApplication: public QObject{
   /* Some contents are skipped to improve readability */
   public: static class QString translate(char const * context, char const * key, char const * comment, enum QCoreApplication::Encoding encoding, int n);
   /* ... */
};
#endif // QCOREAPPLICATION_H