From 716a5de8870d7c02bb4d0aed72f30291b17b763a Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Mon, 19 Dec 2011 11:59:01 -0600 Subject: Remove additional unneeded tq method conversions --- libkcal/convertqtopia.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libkcal/convertqtopia.cpp') diff --git a/libkcal/convertqtopia.cpp b/libkcal/convertqtopia.cpp index 4af6affa7..0e4b4352c 100644 --- a/libkcal/convertqtopia.cpp +++ b/libkcal/convertqtopia.cpp @@ -105,7 +105,7 @@ int main(int argc,char **argv) } else { bool success = icalendarFormat.save( &cal, outputFile ); if ( !success ) { - std::cerr << i18n( "Error saving to '%1'." ).tqarg( outputFile ).local8Bit() + std::cerr << i18n( "Error saving to '%1'." ).arg( outputFile ).local8Bit() << std::endl; return 1; } -- cgit v1.2.1