From 5f444a9ea966b68991cef44d2711378ef9ff406d Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Thu, 24 Jan 2013 13:40:58 -0600 Subject: Rename KGlobal, KProcess, and KClipboard to avoid conflicts with KDE4 --- kcron/ktview.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'kcron/ktview.cpp') diff --git a/kcron/ktview.cpp b/kcron/ktview.cpp index f661cee..a8709cc 100644 --- a/kcron/ktview.cpp +++ b/kcron/ktview.cpp @@ -278,11 +278,11 @@ void KTView :: pageHeading (KTListItem* user, KTPrint &printer) const .arg(TQString::fromLocal8Bit(hostName)); stnd = printer.getFont(); - printer.setFont(TQFont( KGlobalSettings::generalFont().family(), 14, TQFont::Bold )); + printer.setFont(TQFont( TDEGlobalSettings::generalFont().family(), 14, TQFont::Bold )); printer.print (i18n("Scheduled Tasks"), 2, KTPrint::alignTextCenter, false); printer.print (logonInfo, 2, KTPrint::alignTextCenter, false); - printer.print (KGlobal::locale()->formatDateTime(now), 2, KTPrint::alignTextCenter, false); + printer.print (TDEGlobal::locale()->formatDateTime(now), 2, KTPrint::alignTextCenter, false); printer.setFont(stnd); printer.levelColumns(20); -- cgit v1.2.1