From 7ee38ebc22d177c8f0f4805d0e8479736ec94f79 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Sun, 18 Dec 2011 18:35:27 -0600 Subject: Rename old tq methods that no longer need a unique name (cherry picked from commit bcc684e28ad6f9ebeeae5d334a4dc297cef3e816) --- ark/arch.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ark/arch.cpp') 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 ] ) -- cgit v1.2.3