summaryrefslogtreecommitdiffstats
path: root/krename/commandplugin.cpp
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-12-15 15:32:32 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-12-15 15:32:32 -0600
commit8e0ad9b24c415aeed5e82093211b95879512692a (patch)
tree06c49b11cb92ab944146ca73fd145717b5533aca /krename/commandplugin.cpp
parent4375f6cb209fb4a95d47fe04e6bf4b12584387e4 (diff)
downloadkrename-8e0ad9b24c415aeed5e82093211b95879512692a.tar.gz
krename-8e0ad9b24c415aeed5e82093211b95879512692a.zip
Rename a number of old tq methods that are no longer tq specific
Diffstat (limited to 'krename/commandplugin.cpp')
-rw-r--r--krename/commandplugin.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/krename/commandplugin.cpp b/krename/commandplugin.cpp
index a626c99..cd2a62f 100644
--- a/krename/commandplugin.cpp
+++ b/krename/commandplugin.cpp
@@ -20,7 +20,7 @@
// QT includes
#include <tqcheckbox.h>
#include <tqlabel.h>
-#include <tqlayout.h>
+#include <layout.h>
// KDE includes
#include <kapplication.h>
@@ -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();
}