summaryrefslogtreecommitdiffstats
path: root/src/client/client.pro
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/client.pro
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/client.pro')
-rw-r--r--src/client/client.pro4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/client/client.pro b/src/client/client.pro
index 6aaa25419..ed14a460e 100644
--- a/src/client/client.pro
+++ b/src/client/client.pro
@@ -69,7 +69,7 @@ SOURCES += qwaylandintegration.cpp \
qwaylandtouch.cpp \
qwaylandqtkey.cpp \
../shared/qwaylandmimehelper.cpp \
- qwaylanddecoration.cpp \
+ qwaylandabstractdecoration.cpp \
qwaylandeventthread.cpp\
qwaylandwindowmanagerintegration.cpp \
qwaylandinputcontext.cpp \
@@ -100,7 +100,7 @@ HEADERS += qwaylandintegration_p.h \
qwaylandtouch_p.h \
qwaylandqtkey_p.h \
../shared/qwaylandmimehelper.h \
- qwaylanddecoration_p.h \
+ qwaylandabstractdecoration_p.h \
qwaylandeventthread_p.h \
qwaylandwindowmanagerintegration_p.h \
qwaylandinputcontext_p.h \