#include <QtGui/qevent.h>
#ifndef QEVENT_H
class QKeyEvent: public QInputEvent{
   /* Some contents are skipped to improve readability */
   protected: unsigned int autor:1;
   /* ... */
};
#endif // QEVENT_H