#include <QtGui/qevent.h>
#ifndef QEVENT_H
#ifndef QT_NO_TABLETEVENT
class QTabletEvent: public QInputEvent{
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