summaryrefslogtreecommitdiffstats
path: root/kmail/headeritem.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kmail/headeritem.cpp')
-rw-r--r--kmail/headeritem.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kmail/headeritem.cpp b/kmail/headeritem.cpp
index 7decd39f..c63a1ba1 100644
--- a/kmail/headeritem.cpp
+++ b/kmail/headeritem.cpp
@@ -424,7 +424,7 @@ void HeaderItem::paintCell( TQPainter * p, const TQColorGroup & cg,
font = headers->dateFont();
}
- TQColor cdisabled = KGlobalSettings::inactiveTextColor();
+ TQColor cdisabled = TDEGlobalSettings::inactiveTextColor();
if ( headers->isMessageCut( msgSerNum() ) ) {
font.setItalic( true );
color = &cdisabled;