summaryrefslogtreecommitdiffstats
path: root/khexedit/hexeditstate.h
diff options
context:
space:
mode:
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 47ace2c..51d72bc 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->palette().active().highlight();
- selectFg = kapp->palette().active().highlightedText();
+ selectBg = tdeApp->palette().active().highlight();
+ selectFg = tdeApp->palette().active().highlightedText();
markBg = TQt::blue;
markFg = TQt::white;
primaryFg[0] = TQt::black;