summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorDavid Redondo <qt@david-redondo.de>2023-12-06 09:39:21 +0100
committerDavid Redondo <qt@david-redondo.de>2023-12-09 08:39:07 +0100
commitefd0c92379a7bdcc22bc97c51f4e821b1634ba97 (patch)
tree476c4de42e497e46e35e1b3c8b3ecb31a6841d3b /src
parenta960d6e107a809c9f5ff9c71cceaa316bf1d428f (diff)
Adapt to QWaylandScreen being public
Change-Id: I8c260ab7177011fd22db856615c8f72d6a8fabeb Reviewed-by: David Edmundson <davidedmundson@kde.org>
Diffstat (limited to 'src')
-rw-r--r--src/client/qwaylandscreen_p.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/client/qwaylandscreen_p.h b/src/client/qwaylandscreen_p.h
index 4bc2531f6..7409207f3 100644
--- a/src/client/qwaylandscreen_p.h
+++ b/src/client/qwaylandscreen_p.h
@@ -16,7 +16,7 @@
//
#include <qpa/qplatformscreen.h>
-#include <qpa/qplatformscreen_p.h>
+#include <QtGui/qscreen_platform.h>
#include <QtWaylandClient/qtwaylandclientglobal.h>
#include <QtWaylandClient/private/qwayland-wayland.h>
@@ -38,7 +38,7 @@ public:
class Q_WAYLANDCLIENT_EXPORT QWaylandScreen : public QPlatformScreen,
QtWayland::wl_output,
QtWayland::zxdg_output_v1,
- public QNativeInterface::Private::QWaylandScreen
+ public QNativeInterface::QWaylandScreen
{
public:
QWaylandScreen(QWaylandDisplay *waylandDisplay, int version, uint32_t id);