summaryrefslogtreecommitdiffstats
path: root/src/gui/kernel/qevent_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/kernel/qevent_p.h')
-rw-r--r--src/gui/kernel/qevent_p.h16
1 files changed, 1 insertions, 15 deletions
diff --git a/src/gui/kernel/qevent_p.h b/src/gui/kernel/qevent_p.h
index b7645496f8..9c2d084b39 100644
--- a/src/gui/kernel/qevent_p.h
+++ b/src/gui/kernel/qevent_p.h
@@ -43,7 +43,7 @@
#include <QtGui/private/qtguiglobal_p.h>
#include <QtCore/qurl.h>
#include <QtGui/qevent.h>
-
+#include <QtGui/private/qpointingdevice_p.h>
QT_BEGIN_NAMESPACE
@@ -96,20 +96,6 @@ public:
QVector<QPointF> rawScreenPositions;
};
-#if QT_CONFIG(tabletevent)
-class QTabletEventPrivate
-{
-public:
- inline QTabletEventPrivate(Qt::MouseButton button, Qt::MouseButtons buttons)
- : b(button),
- buttonState(buttons)
- { }
-
- Qt::MouseButton b;
- Qt::MouseButtons buttonState;
-};
-#endif // QT_CONFIG(tabletevent)
-
QT_END_NAMESPACE
#endif // QEVENT_P_H