From a9bde819f2b421dcc44741156e75eca4bb5fb4f4 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Thu, 24 Jan 2013 13:49:30 -0600 Subject: Rename KGlobal, KProcess, and KClipboard to avoid conflicts with KDE4 --- kmail/kmsystemtray.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kmail/kmsystemtray.cpp') diff --git a/kmail/kmsystemtray.cpp b/kmail/kmsystemtray.cpp index d36bd3e9..4c432a51 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 -- cgit v1.2.3