summaryrefslogtreecommitdiffstats
path: root/knode
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-12-24 11:56:10 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-12-24 11:56:10 -0600
commit5194c8134a168b652142232299d6db4f813aef20 (patch)
tree304f76959aba270eae87f021bd7a22a73659ca5d /knode
parentba2a3ce341c0c71bbbcf350fcbcd60c552220b31 (diff)
downloadtdepim-5194c8134a168b652142232299d6db4f813aef20.tar.gz
tdepim-5194c8134a168b652142232299d6db4f813aef20.zip
Rename a few stragglers
Diffstat (limited to 'knode')
-rw-r--r--knode/knwidgets.cpp2
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);