diff options
Diffstat (limited to 'libkdepim/collectingprocess.h')
-rw-r--r-- | libkdepim/collectingprocess.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libkdepim/collectingprocess.h b/libkdepim/collectingprocess.h index 0bad28a85..aff8a8d32 100644 --- a/libkdepim/collectingprocess.h +++ b/libkdepim/collectingprocess.h @@ -49,7 +49,7 @@ namespace KPIM { class KDE_EXPORT 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 @@ -58,9 +58,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 ); |