21 #ifndef __KIO_AUTHINFO_H
22 #define __KIO_AUTHINFO_H
25 #include <tqvaluelist.h>
53 KIO_EXPORT
friend TQDataStream& operator<< (TQDataStream& s,
const AuthInfo& a);
54 KIO_EXPORT
friend TQDataStream& operator>> (TQDataStream& s,
AuthInfo& a);
225 class AuthInfoPrivate* d;
228 KIO_EXPORT TQDataStream& operator<< (TQDataStream& s,
const AuthInfo& a);
229 KIO_EXPORT TQDataStream& operator>> (TQDataStream& s,
AuthInfo& a);
257 defaultOnly = 0x0004,
271 TQMap<TQString, TQStringList> macdef;
278 static NetRC*
self();
290 bool lookup(
const KURL& url,
AutoLogin& login,
291 bool userealnetrc =
false,
292 TQString type = TQString::null,
293 int mode = (exactOnly|defaultOnly) );
300 TQString extract(
const char*,
const char*,
int& );
301 int openf(
const TQString& );
311 typedef TQValueList<AutoLogin> LoginList;
312 typedef TQMap<TQString, LoginList> LoginMap;
315 static NetRC* instance;