From bca812f10bf1dd1118bf923f9ddca44d6de4477f Mon Sep 17 00:00:00 2001 From: Thorsten Roeder Date: Fri, 19 May 2006 11:06:32 +0000 Subject: [PATCH] deprecated-- svn path=/trunk/KDE/kdebase/workspace/; revision=542446 --- clients/redmond/redmond.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clients/redmond/redmond.cpp b/clients/redmond/redmond.cpp index 6c4873d992..5677a365a9 100644 --- a/clients/redmond/redmond.cpp +++ b/clients/redmond/redmond.cpp @@ -499,7 +499,7 @@ void RedmondDeco::paintEvent( QPaintEvent* ) // ============================================== QPalette g = options()->palette(KDecoration::ColorFrame, isActive()); g.setCurrentColorGroup( QPalette::Active ); - p.setPen( g.background() ); + p.setPen( g.background().color() ); p.drawLine( x, y, x2-1, y ); p.drawLine( x, y, x, y2-1 );