#include <QtCore/qeventloop.h>
#ifndef QEVENTLOOP_H
class QEventLoop: public QObject{
   /* Some contents are skipped to improve readability */
   public: static struct QMetaObject const staticMetaObject;
   /* ... */
};
#endif // QEVENTLOOP_H