#include <QtCore/qcoreapplication.h>
#ifndef QCOREAPPLICATION_H
class QCoreApplication: public QObject{
   /* Some contents are skipped to improve readability */
#ifdef QT_DEPRECATED
   public: static char* * argv();
#endif
   /* ... */
};
#endif // QCOREAPPLICATION_H