summaryrefslogtreecommitdiffstats
path: root/examples/wayland/custom-extension/compositor/customextension.h
diff options
context:
space:
mode:
authorPaul Olav Tvete <paul.tvete@theqtcompany.com>2016-05-13 09:37:40 +0200
committerPaul Olav Tvete <paul.tvete@theqtcompany.com>2016-05-18 12:20:21 +0000
commit959d9d604da402e768ce329d43510d2b03756d89 (patch)
tree2308a6895b9b959fa0783d425bd3104902e1703c /examples/wayland/custom-extension/compositor/customextension.h
parentbc9c876939efbac4a62f9244cf2a7a15da15fb91 (diff)
Rename QWaylandExtension to QWaylandCompositorExtension
Since we have QWaylandClientExtension Change-Id: Ie8d60322c8e730bda651e06ed5db0fe1359d946e Reviewed-by: Johan Helsing <johan.helsing@qt.io> Reviewed-by: Giulio Camuffo <giulio.camuffo@kdab.com>
Diffstat (limited to 'examples/wayland/custom-extension/compositor/customextension.h')
-rw-r--r--examples/wayland/custom-extension/compositor/customextension.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/wayland/custom-extension/compositor/customextension.h b/examples/wayland/custom-extension/compositor/customextension.h
index 81c3c5057..8419eeea3 100644
--- a/examples/wayland/custom-extension/compositor/customextension.h
+++ b/examples/wayland/custom-extension/compositor/customextension.h
@@ -43,14 +43,14 @@
#include "wayland-util.h"
-#include <QtWaylandCompositor/QWaylandExtensionTemplate>
+#include <QtWaylandCompositor/QWaylandCompositorExtensionTemplate>
#include <QtWaylandCompositor/QWaylandQuickExtension>
#include <QtWaylandCompositor/QWaylandCompositor>
#include "qwayland-server-custom.h"
namespace QtWayland {
-class CustomExtension : public QWaylandExtensionTemplate<CustomExtension>, public QtWaylandServer::qt_example_extension
+class CustomExtension : public QWaylandCompositorExtensionTemplate<CustomExtension>, public QtWaylandServer::qt_example_extension
{
Q_OBJECT
public: