summaryrefslogtreecommitdiffstats
path: root/plugins/encoder/sox/k3bsoxencoder.h
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-24 13:19:29 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-24 13:19:29 -0600
commit2a3ced9fbd85b4fdbfa9b0a91f8d22e35ceaf6b5 (patch)
tree36de2281c8b4cf238a5e27a76b5c6e07f40151ab /plugins/encoder/sox/k3bsoxencoder.h
parent2a3289ab87c52551fd2f5655492988ca02c17892 (diff)
downloadk3b-2a3ced9fbd85b4fdbfa9b0a91f8d22e35ceaf6b5.tar.gz
k3b-2a3ced9fbd85b4fdbfa9b0a91f8d22e35ceaf6b5.zip
Rename KGlobal, KProcess, and KClipboard to avoid conflicts with KDE4
Diffstat (limited to 'plugins/encoder/sox/k3bsoxencoder.h')
-rw-r--r--plugins/encoder/sox/k3bsoxencoder.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/encoder/sox/k3bsoxencoder.h b/plugins/encoder/sox/k3bsoxencoder.h
index 22faf85..a34271f 100644
--- a/plugins/encoder/sox/k3bsoxencoder.h
+++ b/plugins/encoder/sox/k3bsoxencoder.h
@@ -22,7 +22,7 @@
class base_K3bSoxEncoderConfigWidget;
-class KProcess;
+class TDEProcess;
class K3bSoxEncoder : public K3bAudioEncoder
{
@@ -51,7 +51,7 @@ class K3bSoxEncoder : public K3bAudioEncoder
void closeFile();
private slots:
- void slotSoxFinished( KProcess* );
+ void slotSoxFinished( TDEProcess* );
void slotSoxOutputLine( const TQString& );
private: