#include <QtGui/qevent.h>
#ifndef QEVENT_H
class QHelpEvent: public QEvent{
   /* Some contents are skipped to improve readability */
   private: class QPoint gp;
   /* ... */
};
#endif // QEVENT_H