diff --git a/autotests/wayland/kwin_wayland_test.cpp b/autotests/wayland/kwin_wayland_test.cpp index 89b8f02e9b..f2dcaa50eb 100644 --- a/autotests/wayland/kwin_wayland_test.cpp +++ b/autotests/wayland/kwin_wayland_test.cpp @@ -42,7 +42,7 @@ static void readDisplay(int pipe); WaylandTestApplication::WaylandTestApplication(int &argc, char **argv) : Application(OperationModeXwayland, argc, argv) { - qputenv("KWIN_COMPOSE", QByteArrayLiteral("O2")); + qputenv("KWIN_COMPOSE", QByteArrayLiteral("Q")); WaylandServer *server = WaylandServer::create(this); QPluginLoader loader(QStringLiteral(KWINBACKENDPATH)); loader.instance()->setParent(server);