diff options
Diffstat (limited to 'knode')
-rw-r--r-- | knode/knwidgets.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/knode/knwidgets.cpp b/knode/knwidgets.cpp index e2afa4cf2..b4c9a160c 100644 --- a/knode/knwidgets.cpp +++ b/knode/knwidgets.cpp @@ -143,7 +143,7 @@ void KNDockWidgetHeaderDrag::paintEvent(TQPaintEvent* ev) paint.begin(&drawBuffer); paint.fillRect(drawBuffer.rect(), TQBrush(colorGroup().brush(TQColorGroup::Background))); - paint.setPen(tqpalette().active().highlight()); + paint.setPen(palette().active().highlight()); paint.drawLine(1, 2, width(), 2); paint.drawLine(1, 3, width(), 3); paint.drawLine(1, 5, width(), 5); |