summaryrefslogtreecommitdiffstats
path: root/ark/arch.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ark/arch.cpp')
-rw-r--r--ark/arch.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/ark/arch.cpp b/ark/arch.cpp
index 5ff9a61..29bdf63 100644
--- a/ark/arch.cpp
+++ b/ark/arch.cpp
@@ -367,7 +367,7 @@ bool Arch::processLine( const TQCString &line )
TQString( "%1" )
.tqarg( ArkUtils::getMonth( columns[ m_repairMonth ].ascii() ) )
: columns[ m_fixMonth ];
- TQString timestamp = TQString::tqfromLatin1( "%1-%2-%3 %4" )
+ TQString timestamp = TQString::fromLatin1( "%1-%2-%3 %4" )
.tqarg( year )
.tqarg( month )
.tqarg( columns[ m_fixDay ] )