diff options
Diffstat (limited to 'kmail/kmsystemtray.cpp')
-rw-r--r-- | kmail/kmsystemtray.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kmail/kmsystemtray.cpp b/kmail/kmsystemtray.cpp index d36bd3e95..4c432a514 100644 --- a/kmail/kmsystemtray.cpp +++ b/kmail/kmsystemtray.cpp @@ -193,7 +193,7 @@ void KMSystemTray::updateCount() int oldPixmapHeight = pixmap()->size().height(); TQString countString = TQString::number( mCount ); - TQFont countFont = KGlobalSettings::generalFont(); + TQFont countFont = TDEGlobalSettings::generalFont(); countFont.setBold(true); // decrease the size of the font for the number of unread messages if the |