summaryrefslogtreecommitdiffstats
path: root/sip/kio/authinfo.sip
diff options
context:
space:
mode:
Diffstat (limited to 'sip/kio/authinfo.sip')
-rw-r--r--sip/kio/authinfo.sip14
1 files changed, 7 insertions, 7 deletions
diff --git a/sip/kio/authinfo.sip b/sip/kio/authinfo.sip
index 33531f4..71ca01c 100644
--- a/sip/kio/authinfo.sip
+++ b/sip/kio/authinfo.sip
@@ -23,7 +23,7 @@
// If not, write to the Free Software Foundation, Inc.,
// 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
-namespace KIO
+namespace TDEIO
{
class AuthInfo
@@ -35,7 +35,7 @@ class AuthInfo
public:
AuthInfo ();
- AuthInfo (const KIO::AuthInfo&);
+ AuthInfo (const TDEIO::AuthInfo&);
bool isModified () const;
void setModified (bool);
KURL url;
@@ -57,8 +57,8 @@ protected:
%If ( KDE_3_1_4 - )
-//igx TQDataStream& operator << (TQDataStream&, const KIO::AuthInfo&);
-//igx TQDataStream& operator >> (TQDataStream&, KIO::AuthInfo&);
+//igx TQDataStream& operator << (TQDataStream&, const TDEIO::AuthInfo&);
+//igx TQDataStream& operator >> (TQDataStream&, TDEIO::AuthInfo&);
%End
@@ -93,8 +93,8 @@ public:
public:
- static KIO::NetRC* self ();
- bool lookup (const KURL&, KIO::NetRC::AutoLogin&, bool = 0, TQString = TQString ::null , int = 6);
+ static TDEIO::NetRC* self ();
+ bool lookup (const KURL&, TDEIO::NetRC::AutoLogin&, bool = 0, TQString = TQString ::null , int = 6);
void reload ();
protected:
@@ -119,7 +119,7 @@ protected:
}; // class NetRC
-}; // namespace KIO
+}; // namespace TDEIO