summaryrefslogtreecommitdiffstats
path: root/src/replaygainfilelist.h
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-24 13:26:51 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-24 13:26:51 -0600
commitbece9aa3ad05fe774bf89d9a840235ee8adfd4da (patch)
treebd2dbbe6c3a6ea126e93209798a088ffe78d1783 /src/replaygainfilelist.h
parent5e21b1fe4b7ac01e6a2cbdf230ad830c924f7be3 (diff)
downloadsoundkonverter-bece9aa3ad05fe774bf89d9a840235ee8adfd4da.tar.gz
soundkonverter-bece9aa3ad05fe774bf89d9a840235ee8adfd4da.zip
Rename KGlobal, KProcess, and KClipboard to avoid conflicts with KDE4
Diffstat (limited to 'src/replaygainfilelist.h')
-rwxr-xr-xsrc/replaygainfilelist.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/replaygainfilelist.h b/src/replaygainfilelist.h
index d09873d..0813663 100755
--- a/src/replaygainfilelist.h
+++ b/src/replaygainfilelist.h
@@ -20,7 +20,7 @@ class KProgress;
class KPopupMenu;
class KAction;
class KActionCollection;
-class KProcess;
+class TDEProcess;
// FIXME differ diffrent sampling rates, too!
@@ -155,7 +155,7 @@ private:
Config* config;
Logger* logger;
- KProcess* process;
+ TDEProcess* process;
ReplayGain* replayGain;
int logID;
@@ -226,8 +226,8 @@ private slots:
void slotDropped( TQDropEvent*, TQListViewItem*, TQListViewItem* ); // NOTE rename?
- void processOutput( KProcess*, char*, int );
- void processExit( KProcess* );
+ void processOutput( TDEProcess*, char*, int );
+ void processExit( TDEProcess* );
signals:
//void calcGain();