summaryrefslogtreecommitdiffstats
path: root/khexedit/hexeditstate.h
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-12-24 11:56:47 -0600
committerSlávek Banko <slavek.banko@axis.cz>2012-06-04 03:15:21 +0200
commit7ecf29073d76f7673cfc43b515992d340c7eeeaf (patch)
tree8a2ae7507d93c9e0640c20a73a000b4d798ad14f /khexedit/hexeditstate.h
parenta3f1234ece748a30d118e4b6f8333c19505bd516 (diff)
downloadtdeutils-7ecf29073d76f7673cfc43b515992d340c7eeeaf.tar.gz
tdeutils-7ecf29073d76f7673cfc43b515992d340c7eeeaf.zip
Rename a few stragglers
(cherry picked from commit 2516e7557a4a47da20cc006a95ab831e5672db9b)
Diffstat (limited to 'khexedit/hexeditstate.h')
-rw-r--r--khexedit/hexeditstate.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/khexedit/hexeditstate.h b/khexedit/hexeditstate.h
index 199d2cc..2ae2c8c 100644
--- a/khexedit/hexeditstate.h
+++ b/khexedit/hexeditstate.h
@@ -382,8 +382,8 @@ class SDisplayColor
textBg = TQt::white;
secondTextBg = TQt::white;
inactiveBg = TQt::gray;
- selectBg = kapp->tqpalette().active().highlight();
- selectFg = kapp->tqpalette().active().highlightedText();
+ selectBg = kapp->palette().active().highlight();
+ selectFg = kapp->palette().active().highlightedText();
markBg = TQt::blue;
markFg = TQt::white;
primaryFg[0] = TQt::black;