summaryrefslogtreecommitdiffstats
path: root/src/client/qwaylandshmbackingstore_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/client/qwaylandshmbackingstore_p.h')
-rw-r--r--src/client/qwaylandshmbackingstore_p.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/client/qwaylandshmbackingstore_p.h b/src/client/qwaylandshmbackingstore_p.h
index 33f363f68..5c3dbb5bc 100644
--- a/src/client/qwaylandshmbackingstore_p.h
+++ b/src/client/qwaylandshmbackingstore_p.h
@@ -51,7 +51,7 @@
QT_BEGIN_NAMESPACE
class QWaylandDisplay;
-class QWaylandDecoration;
+class QWaylandAbstractDecoration;
class QWaylandWindow;
class Q_WAYLAND_CLIENT_EXPORT QWaylandShmBuffer : public QWaylandBuffer {
@@ -83,7 +83,7 @@ public:
void beginPaint(const QRegion &);
void endPaint();
- QWaylandDecoration *windowDecoration() const;
+ QWaylandAbstractDecoration *windowDecoration() const;
QMargins windowDecorationMargins() const;
QImage *entireSurface() const;