diff options
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 af7900147..436e16feb 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 ){ |