#include <QtGui/qevent.h>
#ifndef QEVENT_H
class QKeyEvent: public QInputEvent{
   /* Some contents are skipped to improve readability */
   public: QKeyEvent(enum QEvent::Type type, int key, Qt::KeyboardModifiers modifiers, class QString const & text = QString::QString(), bool autorep = 0, ushort count = 1);
   /* ... */
};
#endif // QEVENT_H