diff --git a/lib/kcommondecoration.cpp b/lib/kcommondecoration.cpp index 30894d3181..e01326b7aa 100644 --- a/lib/kcommondecoration.cpp +++ b/lib/kcommondecoration.cpp @@ -113,7 +113,7 @@ void KCommonDecoration::init() createMainWidget(); // for flicker-free redraws - widget()->setBackgroundMode(Qt::NoBackground); + widget()->setAttribute(Qt::WA_NoSystemBackground); widget()->installEventFilter( this );