#include <QtCore/qcoreevent.h> #ifndef QCOREEVENT_H class QEvent{ /* Some contents are skipped to improve readability */ public: enum Type{ /* ... */ SockAct = 50, /* ... */ }; /* ... */ }; #endif // QCOREEVENT_H