deprecated--

svn path=/trunk/KDE/kdebase/workspace/; revision=542446
This commit is contained in:
Thorsten Roeder 2006-05-19 11:06:32 +00:00
parent a9612d82d4
commit bca812f10b

View file

@ -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 );