diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-12-24 11:56:10 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-12-24 11:56:10 -0600 |
commit | 5194c8134a168b652142232299d6db4f813aef20 (patch) | |
tree | 304f76959aba270eae87f021bd7a22a73659ca5d /kmail/headerstyle.cpp | |
parent | ba2a3ce341c0c71bbbcf350fcbcd60c552220b31 (diff) | |
download | tdepim-5194c8134a168b652142232299d6db4f813aef20.tar.gz tdepim-5194c8134a168b652142232299d6db4f813aef20.zip |
Rename a few stragglers
Diffstat (limited to 'kmail/headerstyle.cpp')
-rw-r--r-- | kmail/headerstyle.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kmail/headerstyle.cpp b/kmail/headerstyle.cpp index 1e7455177..5686d2c0d 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 ){ |