summaryrefslogtreecommitdiffstats
path: root/sip/kio/job.sip
diff options
context:
space:
mode:
Diffstat (limited to 'sip/kio/job.sip')
-rw-r--r--sip/kio/job.sip12
1 files changed, 6 insertions, 6 deletions
diff --git a/sip/kio/job.sip b/sip/kio/job.sip
index 2f6339e..511b625 100644
--- a/sip/kio/job.sip
+++ b/sip/kio/job.sip
@@ -29,20 +29,20 @@ KIO::SimpleJob* mkdir (const KURL&, int = -1);
KIO::SimpleJob* rmdir (const KURL&);
KIO::SimpleJob* chmod (const KURL&, int);
KIO::SimpleJob* rename (const KURL&, const KURL&, bool);
-KIO::SimpleJob* symlink (const QString&, const KURL&, bool, bool = 1);
-KIO::SimpleJob* special (const KURL&, const QByteArray&, bool = 1);
-KIO::SimpleJob* mount (bool, const char*, const QString&, const QString&, bool = 1);
-KIO::SimpleJob* unmount (const QString&, bool = 1);
+KIO::SimpleJob* symlink (const TQString&, const KURL&, bool, bool = 1);
+KIO::SimpleJob* special (const KURL&, const TQByteArray&, bool = 1);
+KIO::SimpleJob* mount (bool, const char*, const TQString&, const TQString&, bool = 1);
+KIO::SimpleJob* unmount (const TQString&, bool = 1);
KIO::SimpleJob* http_update_cache (const KURL&, bool, time_t);
KIO::StatJob* stat (const KURL&, bool = 1);
KIO::StatJob* stat (const KURL&, bool, short, bool = 1);
KIO::TransferJob* get (const KURL&, bool = 0, bool = 1);
KIO::TransferJob* put (const KURL&, int, bool, bool, bool = 1);
-KIO::TransferJob* http_post (const KURL&, const QByteArray&, bool = 1);
+KIO::TransferJob* http_post (const KURL&, const TQByteArray&, bool = 1);
%If ( KDE_3_3_0 - )
KIO::StoredTransferJob* storedGet (const KURL&, bool = 0, bool = 1);
-KIO::StoredTransferJob* storedPut (const QByteArray&, const KURL&, int, bool, bool, bool = 1);
+KIO::StoredTransferJob* storedPut (const TQByteArray&, const KURL&, int, bool, bool, bool = 1);
%End
KIO::MultiGetJob* multi_get (long, const KURL&, const KIO::MetaData&);