diff options
author | Timothy Pearson <[email protected]> | 2013-01-25 00:18:41 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-01-25 00:18:41 -0600 |
commit | 352b2ef6c06332062d35211d7f49942315d2f36a (patch) | |
tree | 842a828f1f3c6686c33cd8512d00b80d6feaefdd /sip/kio/authinfo.sip | |
parent | 8bd906c03534d2ad9cff2f22e957bf30987c99a9 (diff) | |
download | pytde-352b2ef6c06332062d35211d7f49942315d2f36a.tar.gz pytde-352b2ef6c06332062d35211d7f49942315d2f36a.zip |
Rename KCModule, KConfig, KIO, KServer, and KSocket to avoid conflicts with KDE4
Diffstat (limited to 'sip/kio/authinfo.sip')
-rw-r--r-- | sip/kio/authinfo.sip | 14 |
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 |