summaryrefslogtreecommitdiffstats
path: root/sip/kio/slave.sip
diff options
context:
space:
mode:
Diffstat (limited to 'sip/kio/slave.sip')
-rw-r--r--sip/kio/slave.sip24
1 files changed, 12 insertions, 12 deletions
diff --git a/sip/kio/slave.sip b/sip/kio/slave.sip
index 5db1ad1..e2d4961 100644
--- a/sip/kio/slave.sip
+++ b/sip/kio/slave.sip
@@ -36,34 +36,34 @@ class Slave : KIO::SlaveInterface
protected:
%If ( KDE_3_2_0 - )
- Slave (bool, KServerSocket*, const QString&, const QString&);
+ Slave (bool, KServerSocket*, const TQString&, const TQString&);
%End
public:
- Slave (KServerSocket*, const QString&, const QString&);
+ Slave (KServerSocket*, const TQString&, const TQString&);
void setPID (pid_t);
int slave_pid ();
void kill ();
bool isAlive ();
- void setHost (const QString&, int, const QString&, const QString&);
+ void setHost (const TQString&, int, const TQString&, const TQString&);
void resetHost ();
void setConfig (const KIO::MetaData&);
- QString protocol ();
- void setProtocol (const QString&);
- QString slaveProtocol ();
- QString host ();
+ TQString protocol ();
+ void setProtocol (const TQString&);
+ TQString slaveProtocol ();
+ TQString host ();
int port ();
- QString user ();
- QString passwd ();
- static KIO::Slave* createSlave (const QString&, const KURL&, int& /Out/, QString& /Out/);
- static KIO::Slave* holdSlave (const QString&, const KURL&);
+ TQString user ();
+ TQString passwd ();
+ static KIO::Slave* createSlave (const TQString&, const KURL&, int& /Out/, TQString& /Out/);
+ static KIO::Slave* holdSlave (const TQString&, const KURL&);
void suspend ();
void resume ();
bool suspended ();
%If ( KDE_3_2_0 - )
- void send (int, const QByteArray& = QByteArray ());
+ void send (int, const TQByteArray& = TQByteArray ());
%End
void hold (const KURL&);