summaryrefslogtreecommitdiffstats
path: root/kmail/headerstyle.cpp
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-12-24 11:56:10 -0600
committerSlávek Banko <slavek.banko@axis.cz>2012-06-03 04:25:14 +0200
commit1d7f2552fa95ea4866c9a8e79f69284fabf352ed (patch)
tree8a443527be5e408f9f333fa83abbfb7c21a5d866 /kmail/headerstyle.cpp
parentc4b3c076ff7d33a8205c616611477ae3c7532de7 (diff)
downloadtdepim-1d7f2552fa95ea4866c9a8e79f69284fabf352ed.tar.gz
tdepim-1d7f2552fa95ea4866c9a8e79f69284fabf352ed.zip
Rename a few stragglers
(cherry picked from commit 5194c8134a168b652142232299d6db4f813aef20)
Diffstat (limited to 'kmail/headerstyle.cpp')
-rw-r--r--kmail/headerstyle.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kmail/headerstyle.cpp b/kmail/headerstyle.cpp
index af790014..436e16fe 100644
--- a/kmail/headerstyle.cpp
+++ b/kmail/headerstyle.cpp
@@ -901,7 +901,7 @@ namespace KMail {
// colors depend on if its encapsulated or not
TQColor fontColor(TQt::white);
TQString linkColor = "class =\"white\"";
- const TQColor activeColor = tqApp->tqpalette().active().highlight();
+ const TQColor activeColor = tqApp->palette().active().highlight();
TQColor activeColorDark = activeColor.dark(130);
// reverse colors for encapsulated
if( !topLevel ){