From e670b2c0ca223d4aa4d2fe2119f3c33fae3551c0 Mon Sep 17 00:00:00 2001 From: Casper Boemann Date: Wed, 1 Aug 2007 20:44:29 +0000 Subject: [PATCH] compile svn path=/trunk/KDE/kdebase/workspace/; revision=695321 --- clients/oxygen/oxygenbutton.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clients/oxygen/oxygenbutton.cpp b/clients/oxygen/oxygenbutton.cpp index 282aeaa9a2..a501a97f65 100644 --- a/clients/oxygen/oxygenbutton.cpp +++ b/clients/oxygen/oxygenbutton.cpp @@ -139,7 +139,7 @@ void OxygenButton::paintEvent(QPaintEvent *) } QColor bg = globalHelper->backgroundTopColor(palette().window()); - painter.drawPixmap(0, 0, *globalHelper->roundButton(bg, BUTTONSIZE)); + painter.drawPixmap(0, 0, globalHelper->roundButton(palette().button(), BUTTONSIZE)); }