diff options
Diffstat (limited to 'src/gui/widgets/Rotary.cpp')
-rw-r--r-- | src/gui/widgets/Rotary.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gui/widgets/Rotary.cpp b/src/gui/widgets/Rotary.cpp index 8dc3d5c..4224e6b 100644 --- a/src/gui/widgets/Rotary.cpp +++ b/src/gui/widgets/Rotary.cpp @@ -181,7 +181,7 @@ Rotary::paintEvent(TQPaintEvent *) paint.begin(&map); TQPen pen; - pen.setColor(kapp->palette().color(TQPalette::Active, TQColorGroup::Dark)); + pen.setColor(tdeApp->palette().color(TQPalette::Active, TQColorGroup::Dark)); pen.setWidth(scale); paint.setPen(pen); @@ -189,7 +189,7 @@ Rotary::paintEvent(TQPaintEvent *) paint.setBrush(m_knobColour); } else { paint.setBrush( - kapp->palette().color(TQPalette::Active, TQColorGroup::Base)); + tdeApp->palette().color(TQPalette::Active, TQColorGroup::Base)); } TQColor c(m_knobColour); |