summaryrefslogtreecommitdiffstats
path: root/krename/commandplugin.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'krename/commandplugin.cpp')
-rw-r--r--krename/commandplugin.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/krename/commandplugin.cpp b/krename/commandplugin.cpp
index a626c99..46bd554 100644
--- a/krename/commandplugin.cpp
+++ b/krename/commandplugin.cpp
@@ -137,7 +137,7 @@ TQString CommandPlugin::processFile( BatchRenamer* b, int i, TQString, int )
proc.resume();
if( !noblock && proc.exitStatus() )
- return command.tqarg( filename ) + TQString( i18n(" exited with error: %1") ).tqarg( proc.exitStatus() );
+ return command.arg( filename ) + TQString( i18n(" exited with error: %1") ).arg( proc.exitStatus() );
return TQString();
}