From 5b8ab149469c8e186ee8b05d90c0103ae722dd85 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Thu, 24 Jan 2013 13:23:24 -0600 Subject: Rename KGlobal, KProcess, and KClipboard to avoid conflicts with KDE4 --- lib/kofficecore/KoDocumentInfo.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/kofficecore/KoDocumentInfo.cpp') diff --git a/lib/kofficecore/KoDocumentInfo.cpp b/lib/kofficecore/KoDocumentInfo.cpp index 1c9400c6..871c81fd 100644 --- a/lib/kofficecore/KoDocumentInfo.cpp +++ b/lib/kofficecore/KoDocumentInfo.cpp @@ -831,7 +831,7 @@ TQString KoDocumentInfoAbout::editingCycles() const TQString KoDocumentInfoAbout::creationDate() const { if ( m_creationDate.isValid() ) - return KGlobal::locale()->formatDateTime( m_creationDate ); + return TDEGlobal::locale()->formatDateTime( m_creationDate ); else return TQString(); } @@ -839,7 +839,7 @@ TQString KoDocumentInfoAbout::creationDate() const TQString KoDocumentInfoAbout::modificationDate() const { if ( m_modificationDate.isValid() ) - return KGlobal::locale()->formatDateTime( m_modificationDate ); + return TDEGlobal::locale()->formatDateTime( m_modificationDate ); else return TQString(); } -- cgit v1.2.1