diff options
Diffstat (limited to 'sip/kio/tcpslavebase.sip')
-rw-r--r-- | sip/kio/tcpslavebase.sip | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/sip/kio/tcpslavebase.sip b/sip/kio/tcpslavebase.sip index 407b0fc..ec2c09d 100644 --- a/sip/kio/tcpslavebase.sip +++ b/sip/kio/tcpslavebase.sip @@ -34,15 +34,15 @@ class TCPSlaveBase : KIO::SlaveBase public: - TCPSlaveBase (ushort, const QCString&, const QCString&, const QCString&); - TCPSlaveBase (ushort, const QCString&, const QCString&, const QCString&, bool); + TCPSlaveBase (ushort, const TQCString&, const TQCString&, const TQCString&); + TCPSlaveBase (ushort, const TQCString&, const TQCString&, const TQCString&, bool); protected: ssize_t Write (const void*, ssize_t); ssize_t Read (void*, ssize_t); ssize_t ReadLine (char*, ssize_t); ushort GetPort (ushort); - bool ConnectToHost (const QString&, uint, bool); + bool ConnectToHost (const TQString&, uint, bool); void CloseDescriptor (); bool AtEOF (); bool InitializeSSL (); @@ -52,7 +52,7 @@ protected: ssize_t readLine (char*, ssize_t); void setBlockSize (int); ushort port (ushort); - bool connectToHost (const QString&, uint, bool = 1); + bool connectToHost (const TQString&, uint, bool = 1); %If ( KDE_3_2_0 - ) bool usingSSL () const; @@ -74,7 +74,7 @@ protected: void setConnectTimeout (int); bool isSSLTunnelEnabled (); void setEnableSSLTunnel (bool); - void setRealHost (const QString&); + void setRealHost (const TQString&); void doConstructorStuff (); int verifyCertificate (); void certificatePrompt (); |