summaryrefslogtreecommitdiffstats
path: root/src/client/qwaylandshmbackingstore_p.h
diff options
context:
space:
mode:
authorRobin Burchell <robin.burchell@viroteck.net>2014-08-20 16:04:23 +0200
committerRobin Burchell <robin.burchell@viroteck.net>2014-09-23 12:35:27 +0200
commit59d691d6c54932a92933ee69876b8f0bc8cf954e (patch)
tree4323bfdf0fad3b8906b8f41425b6d33322c6bc92 /src/client/qwaylandshmbackingstore_p.h
parent7e6de1ded923936c2ba2a2d55d0cba2e7ff14e1e (diff)
Rename QWaylandDecoration => QWaylandAbstractDecoration
This is in preparation for decoration plugins. Change-Id: Idb322a7a5cbc2eb5bf2cce019073f9f4fb46297f Reviewed-by: Robin Burchell <robin.burchell@viroteck.net>
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;