From 3ca10fd9a2dc631429d3b5d5c5e42a7d211d5a12 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Thu, 15 Dec 2011 15:50:21 -0600 Subject: Rename a number of old tq methods that are no longer tq specific --- 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 4af6affa..0e4b4352 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.3