summaryrefslogtreecommitdiffstats
path: root/src/client/qwaylandtouch.cpp
diff options
context:
space:
mode:
authorJorgen Lind <jorgen.lind@digia.com>2013-12-18 07:59:53 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-12-27 23:19:37 +0100
commitb6713ec4262c05f7d103bc3b75ab81aedc690853 (patch)
tree5afc520b1935f7ce50325c2ff22876056ee8835e /src/client/qwaylandtouch.cpp
parent79c2b1cb237798f162b039723bc552b30aeee604 (diff)
Make classes in client private
Change-Id: Ibf400b32f78a6a0fcf0991914d2d9ad684483979 Reviewed-by: Andy Nichols <andy.nichols@digia.com>
Diffstat (limited to 'src/client/qwaylandtouch.cpp')
-rw-r--r--src/client/qwaylandtouch.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/client/qwaylandtouch.cpp b/src/client/qwaylandtouch.cpp
index 5835d9d3c..db6d4b92d 100644
--- a/src/client/qwaylandtouch.cpp
+++ b/src/client/qwaylandtouch.cpp
@@ -39,8 +39,8 @@
**
****************************************************************************/
-#include "qwaylandtouch.h"
-#include "qwaylandinputdevice.h"
+#include "qwaylandtouch_p.h"
+#include "qwaylandinputdevice_p.h"
QT_BEGIN_NAMESPACE