summaryrefslogtreecommitdiffstats
path: root/src/client/qwaylandwindow_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/qwaylandwindow_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/qwaylandwindow_p.h')
-rw-r--r--src/client/qwaylandwindow_p.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/client/qwaylandwindow_p.h b/src/client/qwaylandwindow_p.h
index dbb0af2e0..c2df0937c 100644
--- a/src/client/qwaylandwindow_p.h
+++ b/src/client/qwaylandwindow_p.h
@@ -60,7 +60,7 @@ class QWaylandDisplay;
class QWaylandBuffer;
class QWaylandShellSurface;
class QWaylandSubSurface;
-class QWaylandDecoration;
+class QWaylandAbstractDecoration;
class QWaylandInputDevice;
class QWaylandScreen;
class QWaylandShmBackingStore;
@@ -144,8 +144,8 @@ public:
bool isExposed() const Q_DECL_OVERRIDE;
void unfocus();
- QWaylandDecoration *decoration() const;
- void setDecoration(QWaylandDecoration *decoration);
+ QWaylandAbstractDecoration *decoration() const;
+ void setDecoration(QWaylandAbstractDecoration *decoration);
void handleMouse(QWaylandInputDevice *inputDevice,
@@ -199,7 +199,7 @@ protected:
QWaylandShellSurface *mShellSurface;
QWaylandSubSurface *mSubSurfaceWindow;
- QWaylandDecoration *mWindowDecoration;
+ QWaylandAbstractDecoration *mWindowDecoration;
bool mMouseEventsInContentArea;
Qt::MouseButtons mMousePressedInContentArea;
Qt::CursorShape m_cursorShape;