From e6aaa3624cc6179b82a9bfff1760e742a669064c Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Thu, 24 Jan 2013 13:49:56 -0600 Subject: Rename KGlobal, KProcess, and KClipboard to avoid conflicts with KDE4 --- kbugbuster/gui/cwbugdetails.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kbugbuster/gui/cwbugdetails.cpp') diff --git a/kbugbuster/gui/cwbugdetails.cpp b/kbugbuster/gui/cwbugdetails.cpp index eca64758..2eccbbce 100644 --- a/kbugbuster/gui/cwbugdetails.cpp +++ b/kbugbuster/gui/cwbugdetails.cpp @@ -116,7 +116,7 @@ void CWBugDetails::setBug( const Bug &bug, const BugDetails &details ) text.append( borderBottomStyle + "\">" ); TQString sender = (*it).sender.fullName( true ); - TQString date = KGlobal::locale()->formatDateTime( (*it).date, false ); + TQString date = TDEGlobal::locale()->formatDateTime( (*it).date, false ); BugDetailsPart::List::ConstIterator it2 = it; if ( ++it2 == bdp.end() ) text.append( "server()->bugLink( bug ).url() -- cgit v1.2.1