diff options
Diffstat (limited to 'sip/kio/davjob.sip')
-rw-r--r-- | sip/kio/davjob.sip | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/sip/kio/davjob.sip b/sip/kio/davjob.sip index 3336f86..ed50fa5 100644 --- a/sip/kio/davjob.sip +++ b/sip/kio/davjob.sip @@ -25,10 +25,10 @@ %If ( KDE_3_1_0 - ) -namespace KIO +namespace TDEIO { -class DavJob : KIO::TransferJob +class DavJob : TDEIO::TransferJob { %TypeHeaderCode #include <davjob.h> @@ -47,10 +47,10 @@ protected: }; // class DavJob -KIO::DavJob* davPropFind (const KURL&, const TQDomDocument&, TQString, bool = 1); -KIO::DavJob* davPropPatch (const KURL&, const TQDomDocument&, bool = 1); -KIO::DavJob* davSearch (const KURL&, const TQString&, const TQString&, const TQString&, bool = 1); -}; // namespace KIO +TDEIO::DavJob* davPropFind (const KURL&, const TQDomDocument&, TQString, bool = 1); +TDEIO::DavJob* davPropPatch (const KURL&, const TQDomDocument&, bool = 1); +TDEIO::DavJob* davSearch (const KURL&, const TQString&, const TQString&, const TQString&, bool = 1); +}; // namespace TDEIO %End |