summaryrefslogtreecommitdiffstats
path: root/kioslave/audiocd/plugins/lame/collectingprocess.h
diff options
context:
space:
mode:
Diffstat (limited to 'kioslave/audiocd/plugins/lame/collectingprocess.h')
-rw-r--r--kioslave/audiocd/plugins/lame/collectingprocess.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/kioslave/audiocd/plugins/lame/collectingprocess.h b/kioslave/audiocd/plugins/lame/collectingprocess.h
index 7549fee3..e9f0def4 100644
--- a/kioslave/audiocd/plugins/lame/collectingprocess.h
+++ b/kioslave/audiocd/plugins/lame/collectingprocess.h
@@ -46,7 +46,7 @@
class CollectingProcess : public KProcess {
Q_OBJECT
public:
- CollectingProcess( QObject * parent = 0, const char * name = 0 );
+ CollectingProcess( TQObject * parent = 0, const char * name = 0 );
~CollectingProcess();
/** Starts the process in NotifyOnExit mode and writes in to stdin of
@@ -55,9 +55,9 @@ public:
bool start( RunMode runmode, Communication comm );
/** Returns the contents of the stdout buffer and clears it afterwards. */
- QByteArray collectedStdout();
+ TQByteArray collectedStdout();
/** Returns the contents of the stderr buffer and clears it afterwards. */
- QByteArray collectedStderr();
+ TQByteArray collectedStderr();
private slots:
void slotReceivedStdout( KProcess *, char *, int );