summaryrefslogtreecommitdiffstats
path: root/src/plugins/generic/touchscreen/qtouchscreen.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/generic/touchscreen/qtouchscreen.h')
-rw-r--r--src/plugins/generic/touchscreen/qtouchscreen.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/src/plugins/generic/touchscreen/qtouchscreen.h b/src/plugins/generic/touchscreen/qtouchscreen.h
index 80a6d3ac58..3c35b0012f 100644
--- a/src/plugins/generic/touchscreen/qtouchscreen.h
+++ b/src/plugins/generic/touchscreen/qtouchscreen.h
@@ -46,12 +46,10 @@
#include <QString>
#include <QList>
#include <QThread>
-#include <QtGui/private/qwindowsysteminterface_qpa_p.h>
+#include <QWindowSystemInterface>
QT_BEGIN_HEADER
-struct mtdev;
-
QT_BEGIN_NAMESPACE
class QSocketNotifier;
@@ -75,14 +73,12 @@ public:
private slots:
void readData();
- void onTimeout();
private:
void try_udev(QString *path);
QSocketNotifier *m_notify;
int m_fd;
- mtdev *m_mtdev;
QTouchScreenData *d;
};