summaryrefslogtreecommitdiffstats
path: root/lib/kofficecore/KoDocumentInfo.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'lib/kofficecore/KoDocumentInfo.cpp')
-rw-r--r--lib/kofficecore/KoDocumentInfo.cpp4
1 files changed, 2 insertions, 2 deletions
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();
}