diff --git a/src/kcms/tabbox/main.cpp b/src/kcms/tabbox/main.cpp index 882c7221e0..5798d53c26 100644 --- a/src/kcms/tabbox/main.cpp +++ b/src/kcms/tabbox/main.cpp @@ -265,7 +265,7 @@ void KWinTabBoxConfig::configureEffectClicked() if (form->effectComboCurrentData(KWinTabBoxConfigForm::AddonEffect).toBool()) { // Show the preview for addon effect new LayoutPreview(form->effectComboCurrentData(KWinTabBoxConfigForm::LayoutPath).toString(), - form->config()->desktopMode(), + form->config()->showDesktopMode(), this); } }