diff --git a/autotests/wayland/decoration_input_test.cpp b/autotests/wayland/decoration_input_test.cpp index c9fde23ff9..300edc2834 100644 --- a/autotests/wayland/decoration_input_test.cpp +++ b/autotests/wayland/decoration_input_test.cpp @@ -371,5 +371,5 @@ void DecorationInputTest::testPressToMove() } -WAYLANTEST_MAIN(KWin::DecorationInputTest) +WAYLANDTEST_MAIN(KWin::DecorationInputTest) #include "decoration_input_test.moc" diff --git a/autotests/wayland/dont_crash_glxgears.cpp b/autotests/wayland/dont_crash_glxgears.cpp index e3c0e2b48f..3ce7dbed01 100644 --- a/autotests/wayland/dont_crash_glxgears.cpp +++ b/autotests/wayland/dont_crash_glxgears.cpp @@ -100,5 +100,5 @@ void DontCrashGlxgearsTest::testGlxgears() } -WAYLANTEST_MAIN(KWin::DontCrashGlxgearsTest) +WAYLANDTEST_MAIN(KWin::DontCrashGlxgearsTest) #include "dont_crash_glxgears.moc" diff --git a/autotests/wayland/internal_window.cpp b/autotests/wayland/internal_window.cpp index cedfce3973..d32405d967 100644 --- a/autotests/wayland/internal_window.cpp +++ b/autotests/wayland/internal_window.cpp @@ -264,5 +264,5 @@ void InternalWindowTest::testKeyboard() } -WAYLANTEST_MAIN(KWin::InternalWindowTest) +WAYLANDTEST_MAIN(KWin::InternalWindowTest) #include "internal_window.moc" diff --git a/autotests/wayland/kwin_wayland_test.h b/autotests/wayland/kwin_wayland_test.h index d1df4fb324..c35d742736 100644 --- a/autotests/wayland/kwin_wayland_test.h +++ b/autotests/wayland/kwin_wayland_test.h @@ -66,9 +66,9 @@ int main(int argc, char *argv[]) \ } #if (QT_VERSION >= QT_VERSION_CHECK(5, 6, 0)) -#define WAYLANTEST_MAIN(TestObject) WAYLANDTEST_MAIN_HELPER(TestObject, QCoreApplication::setAttribute(Qt::AA_DisableHighDpiScaling) ) +#define WAYLANDTEST_MAIN(TestObject) WAYLANDTEST_MAIN_HELPER(TestObject, QCoreApplication::setAttribute(Qt::AA_DisableHighDpiScaling) ) #else -#define WAYLANTEST_MAIN(TestObject) WAYLANDTEST_MAIN_HELPER(TestObject,) +#define WAYLANDTEST_MAIN(TestObject) WAYLANDTEST_MAIN_HELPER(TestObject,) #endif #endif diff --git a/autotests/wayland/lockscreen.cpp b/autotests/wayland/lockscreen.cpp index fa722f22e9..b8e6aa1451 100644 --- a/autotests/wayland/lockscreen.cpp +++ b/autotests/wayland/lockscreen.cpp @@ -767,5 +767,5 @@ void LockScreenTest::testTouch() } -WAYLANTEST_MAIN(KWin::LockScreenTest) +WAYLANDTEST_MAIN(KWin::LockScreenTest) #include "lockscreen.moc" diff --git a/autotests/wayland/move_resize_window_test.cpp b/autotests/wayland/move_resize_window_test.cpp index 152dc987a1..3f1b27456f 100644 --- a/autotests/wayland/move_resize_window_test.cpp +++ b/autotests/wayland/move_resize_window_test.cpp @@ -450,5 +450,5 @@ void MoveResizeWindowTest::testGrowShrink() } -WAYLANTEST_MAIN(KWin::MoveResizeWindowTest) +WAYLANDTEST_MAIN(KWin::MoveResizeWindowTest) #include "move_resize_window_test.moc" diff --git a/autotests/wayland/quick_tiling_test.cpp b/autotests/wayland/quick_tiling_test.cpp index 69843d295a..ebc596d8bf 100644 --- a/autotests/wayland/quick_tiling_test.cpp +++ b/autotests/wayland/quick_tiling_test.cpp @@ -521,5 +521,5 @@ void QuickTilingTest::testQuickTilingPointerMove() } -WAYLANTEST_MAIN(KWin::QuickTilingTest) +WAYLANDTEST_MAIN(KWin::QuickTilingTest) #include "quick_tiling_test.moc" diff --git a/autotests/wayland/start_test.cpp b/autotests/wayland/start_test.cpp index 81a1145337..395568cd75 100644 --- a/autotests/wayland/start_test.cpp +++ b/autotests/wayland/start_test.cpp @@ -160,5 +160,5 @@ void StartTest::testCreateWindow() } -WAYLANTEST_MAIN(KWin::StartTest) +WAYLANDTEST_MAIN(KWin::StartTest) #include "start_test.moc" diff --git a/autotests/wayland/touch_input_test.cpp b/autotests/wayland/touch_input_test.cpp index 3987395224..1571c2a8c9 100644 --- a/autotests/wayland/touch_input_test.cpp +++ b/autotests/wayland/touch_input_test.cpp @@ -290,5 +290,5 @@ void TouchInputTest::testCancel() } -WAYLANTEST_MAIN(KWin::TouchInputTest) +WAYLANDTEST_MAIN(KWin::TouchInputTest) #include "touch_input_test.moc" diff --git a/autotests/wayland/transient_no_input_test.cpp b/autotests/wayland/transient_no_input_test.cpp index f93e978f01..841674aa50 100644 --- a/autotests/wayland/transient_no_input_test.cpp +++ b/autotests/wayland/transient_no_input_test.cpp @@ -187,5 +187,5 @@ void TransientNoInputTest::testTransientNoFocus() } -WAYLANTEST_MAIN(KWin::TransientNoInputTest) +WAYLANDTEST_MAIN(KWin::TransientNoInputTest) #include "transient_no_input_test.moc"