diff options
author | Darrell Anderson <humanreadable@yahoo.com> | 2013-03-02 15:57:34 -0600 |
---|---|---|
committer | Darrell Anderson <humanreadable@yahoo.com> | 2013-03-02 15:57:34 -0600 |
commit | 7c0b0c9dc9fcbe9c198925bdc7ee18ac6be49f4f (patch) | |
tree | c76702a7f6310fbe9d437e347535422e836e94e9 /tdecore/network/kresolver.h | |
parent | a2a38be7600e2a2c2b49c66902d912ca036a2c0f (diff) | |
parent | 27bbee9a5f9dcda53d8eb23863ee670ad1360e41 (diff) | |
download | tdelibs-7c0b0c9dc9fcbe9c198925bdc7ee18ac6be49f4f.tar.gz tdelibs-7c0b0c9dc9fcbe9c198925bdc7ee18ac6be49f4f.zip |
Merge branch 'master' of http://scm.trinitydesktop.org/scm/git/tdelibs
Diffstat (limited to 'tdecore/network/kresolver.h')
-rw-r--r-- | tdecore/network/kresolver.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/tdecore/network/kresolver.h b/tdecore/network/kresolver.h index 5e20e174a..3de19acd3 100644 --- a/tdecore/network/kresolver.h +++ b/tdecore/network/kresolver.h @@ -73,10 +73,10 @@ public: KResolverEntry(); /** - * Constructs a new KResolverEntry from a KSocketAddress + * Constructs a new KResolverEntry from a TDESocketAddress * and other data. * - * The KSocketAddress @p addr parameter will be deep-copied. + * The TDESocketAddress @p addr parameter will be deep-copied. * * @param addr the address that was resolved * @param socktype the socket type of the resolved address @@ -84,7 +84,7 @@ public: * @param canonName the canonical name of the resolved hostname * @param encodedName the ASCII-compatible encoding of the hostname */ - KResolverEntry(const KSocketAddress& addr, int socktype, int protocol, + KResolverEntry(const TDESocketAddress& addr, int socktype, int protocol, const TQString& canonName = TQString::null, const TQCString& encodedName = TQCString()); @@ -92,7 +92,7 @@ public: * Constructs a new KResolverEntry from raw forms of * socket addresses and other data. * - * This constructor instead creates an internal KSocketAddress object. + * This constructor instead creates an internal TDESocketAddress object. * * @param sa the sockaddr structure containing the raw address * @param salen the length of the sockaddr structure @@ -123,7 +123,7 @@ public: /** * Retrieves the socket address associated with this entry. */ - KSocketAddress address() const; + TDESocketAddress address() const; /** * Retrieves the length of the socket address structure. |