summaryrefslogtreecommitdiffstats
path: root/lib/kofficecore/KoPictureKey.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'lib/kofficecore/KoPictureKey.cpp')
-rw-r--r--lib/kofficecore/KoPictureKey.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/kofficecore/KoPictureKey.cpp b/lib/kofficecore/KoPictureKey.cpp
index 32d73336..ea2869a9 100644
--- a/lib/kofficecore/KoPictureKey.cpp
+++ b/lib/kofficecore/KoPictureKey.cpp
@@ -140,7 +140,7 @@ TQString KoPictureKey::toString() const
{
// We do not use the default TQDateTime::toString has it does not show microseconds
return TQString::fromLatin1( "%1 %2" )
- .tqarg( m_filename, m_lastModified.toString("yyyy-MM-dd hh:mm:ss.zzz") );
+ .arg( m_filename, m_lastModified.toString("yyyy-MM-dd hh:mm:ss.zzz") );
}
void KoPictureKey::setKeyFromFile (const TQString& filename)