summaryrefslogtreecommitdiffstats
path: root/src/replaygain.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/replaygain.cpp')
-rwxr-xr-xsrc/replaygain.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/replaygain.cpp b/src/replaygain.cpp
index 64ca44d..2f897dc 100755
--- a/src/replaygain.cpp
+++ b/src/replaygain.cpp
@@ -19,7 +19,7 @@ ReplayGain::ReplayGain( Config* _config, Logger* _logger )
ReplayGain::~ReplayGain()
{}
-bool ReplayGain::apply( TQStringList files, const TQString& format, KProcess* proc, int logID, Mode mode )
+bool ReplayGain::apply( TQStringList files, const TQString& format, TDEProcess* proc, int logID, Mode mode )
{
TQStringList params;
TQString param, paramSplinter;
@@ -88,7 +88,7 @@ bool ReplayGain::apply( TQStringList files, const TQString& format, KProcess* pr
logger->log( logID, " " + i18n("Executing") + ": `" + param + "'" );
proc->setPriority( config->data.general.priority );
- proc->start( KProcess::NotifyOnExit, KProcess::AllOutput );
+ proc->start( TDEProcess::NotifyOnExit, TDEProcess::AllOutput );
return true;
}