diff options
author | Timothy Pearson <[email protected]> | 2011-12-03 22:23:44 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2011-12-03 22:23:44 -0600 |
commit | 203ba231d0276943aae36111f9ec1e949f3c6a4c (patch) | |
tree | f039f7a5b5fc2da88a96876971bac580d87f6788 /sip/tdecore/kprocio.sip | |
parent | fd35f4a8382b7d223bc0325b9ca3f88515778aa0 (diff) | |
download | pytde-203ba231d0276943aae36111f9ec1e949f3c6a4c.tar.gz pytde-203ba231d0276943aae36111f9ec1e949f3c6a4c.zip |
Initial TQt conversion
Diffstat (limited to 'sip/tdecore/kprocio.sip')
-rw-r--r-- | sip/tdecore/kprocio.sip | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/sip/tdecore/kprocio.sip b/sip/tdecore/kprocio.sip index bb99e9a..1c15c2a 100644 --- a/sip/tdecore/kprocio.sip +++ b/sip/tdecore/kprocio.sip @@ -32,20 +32,20 @@ class KProcIO : KProcess public: - KProcIO (QTextCodec* = 0); + KProcIO (TQTextCodec* = 0); %If ( KDE_3_2_0 - ) void setComm (Communication); %End bool start (RunMode = NotifyOnExit , bool = 0); - bool writeStdin (const QString&, bool = 1); - bool writeStdin (const QCString&, bool); - bool writeStdin (const QByteArray&); - bool fputs (const QString&, bool = 1); + bool writeStdin (const TQString&, bool = 1); + bool writeStdin (const TQCString&, bool); + bool writeStdin (const TQByteArray&); + bool fputs (const TQString&, bool = 1); void closeWhenDone (); - int readln (QString& /Out/, bool = 1, bool* = 0); - int fgets (QString&, bool = 0); + int readln (TQString& /Out/, bool = 1, bool* = 0); + int fgets (TQString&, bool = 0); void resetAll (); void ackRead (); void enableReadSignals (bool); |