summaryrefslogtreecommitdiffstats
path: root/krename/commandplugin.cpp
diff options
context:
space:
mode:
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 46bd554..73f451a 100644
--- a/krename/commandplugin.cpp
+++ b/krename/commandplugin.cpp
@@ -130,9 +130,9 @@ TQString CommandPlugin::processFile( BatchRenamer* b, int i, TQString, int )
proc << c;
if( noblock )
- proc.start( KProcess::DontCare, KProcess::NoCommunication );
+ proc.start( TDEProcess::DontCare, TDEProcess::NoCommunication );
else
- proc.start( KProcess::Block, KProcess::NoCommunication );
+ proc.start( TDEProcess::Block, TDEProcess::NoCommunication );
proc.resume();