#include <QtGui/qevent.h>
#ifndef QEVENT_H
class QContextMenuEvent: public QInputEvent{
   /* Some contents are skipped to improve readability */
   public: QContextMenuEvent(enum QContextMenuEvent::Reason reason, class QPoint const & pos);
   /* ... */
};
#endif // QEVENT_H