summaryrefslogtreecommitdiffstats
path: root/src/replaygain.cpp
diff options
context:
space:
mode:
authorTimothy Pearson <[email protected]>2013-01-24 13:26:51 -0600
committerTimothy Pearson <[email protected]>2013-01-24 13:26:51 -0600
commitbece9aa3ad05fe774bf89d9a840235ee8adfd4da (patch)
treebd2dbbe6c3a6ea126e93209798a088ffe78d1783 /src/replaygain.cpp
parent5e21b1fe4b7ac01e6a2cbdf230ad830c924f7be3 (diff)
downloadsoundkonverter-bece9aa3ad05fe774bf89d9a840235ee8adfd4da.tar.gz
soundkonverter-bece9aa3ad05fe774bf89d9a840235ee8adfd4da.zip
Rename KGlobal, KProcess, and KClipboard to avoid conflicts with KDE4
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;
}