diff --git a/shell/panelview.cpp b/shell/panelview.cpp index 638f10814..3084cfc18 100644 --- a/shell/panelview.cpp +++ b/shell/panelview.cpp @@ -963,7 +963,7 @@ void PanelView::updateMask() bool PanelView::canSetStrut() const { #if HAVE_X11 - if (!QX11Info::isPlatformX11()) { + if (!KWindowSystem::isPlatformX11()) { return true; } // read the wm name, need to do this every time which means a roundtrip unfortunately