#include <QtGui/qevent.h>
#ifndef QEVENT_H
class QHelpEvent: public QEvent{
   /* Some contents are skipped to improve readability */
   public: inline int x() const
   /* ... */
};
#endif // QEVENT_H