#include <QtCore/qcoreapplication.h>
#ifndef QCOREAPPLICATION_H
class QCoreApplication: public QObject{
   /* Some contents are skipped to improve readability */
   protected: virtual bool compressEvent(class QEvent*, class QObject* receiver, struct QPostEventList*);
   /* ... */
};
#endif // QCOREAPPLICATION_H