diff options
Diffstat (limited to 'sip/kio/forwardingslavebase.sip')
-rw-r--r-- | sip/kio/forwardingslavebase.sip | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sip/kio/forwardingslavebase.sip b/sip/kio/forwardingslavebase.sip index 18ea824..65dca49 100644 --- a/sip/kio/forwardingslavebase.sip +++ b/sip/kio/forwardingslavebase.sip @@ -25,10 +25,10 @@ %If ( KDE_3_4_0 - ) -namespace KIO +namespace TDEIO { -class ForwardingSlaveBase : TQObject, KIO::SlaveBase +class ForwardingSlaveBase : TQObject, TDEIO::SlaveBase { %TypeHeaderCode #include <forwardingslavebase.h> @@ -51,13 +51,13 @@ public: protected: virtual bool rewriteURL (const KURL&, KURL&) = 0; - virtual void prepareUDSEntry (KIO::UDSEntry&, bool = 0) const; + virtual void prepareUDSEntry (TDEIO::UDSEntry&, bool = 0) const; KURL processedURL () const; KURL requestedURL () const; }; // class ForwardingSlaveBase -}; // namespace KIO +}; // namespace TDEIO %End |