#include <QtGui/qevent.h> #ifndef QEVENT_H class QHelpEvent: public QEvent{ /* Some contents are skipped to improve readability */ public: QHelpEvent(enum QEvent::Type type, class QPoint const & pos, class QPoint const & globalPos); /* ... */ }; #endif // QEVENT_H