summaryrefslogtreecommitdiffstats
path: root/src/client/qwaylandscreen.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/qwaylandscreen.cpp
parent79c2b1cb237798f162b039723bc552b30aeee604 (diff)
Make classes in client private
Change-Id: Ibf400b32f78a6a0fcf0991914d2d9ad684483979 Reviewed-by: Andy Nichols <andy.nichols@digia.com>
Diffstat (limited to 'src/client/qwaylandscreen.cpp')
-rw-r--r--src/client/qwaylandscreen.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/client/qwaylandscreen.cpp b/src/client/qwaylandscreen.cpp
index cda94a7e1..416b320aa 100644
--- a/src/client/qwaylandscreen.cpp
+++ b/src/client/qwaylandscreen.cpp
@@ -39,11 +39,11 @@
**
****************************************************************************/
-#include "qwaylandscreen.h"
+#include "qwaylandscreen_p.h"
-#include "qwaylanddisplay.h"
-#include "qwaylandcursor.h"
-#include "qwaylandextendedoutput.h"
+#include "qwaylanddisplay_p.h"
+#include "qwaylandcursor_p.h"
+#include "qwaylandextendedoutput_p.h"
#include <qpa/qwindowsysteminterface.h>