#include <QtGui/qevent.h>
#ifndef QEVENT_H
#ifndef QT_NO_TABLETEVENT
class QTabletEvent: public QInputEvent{
   /* Some contents are skipped to improve readability */
   public: QTabletEvent(enum QEvent::Type t, class QPoint const & pos, class QPoint const & globalPos, class QPointF const & hiResGlobalPos, int device, int pointerType, qreal pressure, int xTilt, int yTilt, qreal tangentialPressure, qreal rotation, int z, Qt::KeyboardModifiers keyState, qint64 uniqueID);
   /* ... */
};
#endif // QT_NO_TABLETEVENT
#endif // QEVENT_H