summaryrefslogtreecommitdiffstats
path: root/charselectapplet
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-12-18 18:35:27 -0600
committerSlávek Banko <slavek.banko@axis.cz>2012-06-04 03:15:14 +0200
commit7ee38ebc22d177c8f0f4805d0e8479736ec94f79 (patch)
tree8923548e283ead89f5d6d5508ca68e294bfe1a1e /charselectapplet
parent82588f54335b5e52502303e89e2035066a6cc808 (diff)
downloadtdeutils-7ee38ebc22d177c8f0f4805d0e8479736ec94f79.tar.gz
tdeutils-7ee38ebc22d177c8f0f4805d0e8479736ec94f79.zip
Rename old tq methods that no longer need a unique name
(cherry picked from commit bcc684e28ad6f9ebeeae5d334a4dc297cef3e816)
Diffstat (limited to 'charselectapplet')
-rw-r--r--charselectapplet/charselectapplet.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/charselectapplet/charselectapplet.cpp b/charselectapplet/charselectapplet.cpp
index 4f41c90..2b2929e 100644
--- a/charselectapplet/charselectapplet.cpp
+++ b/charselectapplet/charselectapplet.cpp
@@ -251,16 +251,16 @@ void CharTable::paintCell(TQPainter* p, int row, int col)
// draw background
if (active) {
- p->setBrush(TQBrush(tqcolorGroup().highlight()));
+ p->setBrush(TQBrush(colorGroup().highlight()));
p->setPen(NoPen);
p->drawRect(0, 0, w, h);
- p->setPen(tqcolorGroup().highlightedText());
+ p->setPen(colorGroup().highlightedText());
}
else {
- p->setBrush(TQBrush(tqcolorGroup().base()));
+ p->setBrush(TQBrush(colorGroup().base()));
p->setPen(NoPen);
p->drawRect(0, 0, w, h);
- p->setPen(tqcolorGroup().text());
+ p->setPen(colorGroup().text());
}
// set font