From 5194c8134a168b652142232299d6db4f813aef20 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Sat, 24 Dec 2011 11:56:10 -0600 Subject: Rename a few stragglers --- knode/knwidgets.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'knode') diff --git a/knode/knwidgets.cpp b/knode/knwidgets.cpp index e2afa4cf..b4c9a160 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); -- cgit v1.2.3