From 703fb0c89c2eee56a1e613e67a446db9d4287929 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Fri, 25 Jan 2013 00:35:07 -0600 Subject: Rename KCModule, KConfig, KIO, KServer, and KSocket to avoid conflicts with KDE4 --- tdecore/network/khttpproxysocketdevice.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'tdecore/network/khttpproxysocketdevice.h') diff --git a/tdecore/network/khttpproxysocketdevice.h b/tdecore/network/khttpproxysocketdevice.h index 903d7aa6f..dc5faef93 100644 --- a/tdecore/network/khttpproxysocketdevice.h +++ b/tdecore/network/khttpproxysocketdevice.h @@ -35,18 +35,18 @@ class KHttpProxySocketDevicePrivate; * @class KHttpProxySocketDevice khttpproxysocketdevice.h khttproxysocketdevice.h * @brief The low-level backend for HTTP proxying. * - * This class derives from @ref KSocketDevice and implements the necessary + * This class derives from @ref TDESocketDevice and implements the necessary * calls to make a connection through an HTTP proxy. * * @author Thiago Macieira */ -class TDECORE_EXPORT KHttpProxySocketDevice: public KSocketDevice +class TDECORE_EXPORT KHttpProxySocketDevice: public TDESocketDevice { public: /** * Constructor. */ - KHttpProxySocketDevice(const KSocketBase* = 0L); + KHttpProxySocketDevice(const TDESocketBase* = 0L); /** * Constructor with proxy server's address. @@ -92,13 +92,13 @@ public: /** * Return the peer address. */ - virtual KSocketAddress peerAddress() const; + virtual TDESocketAddress peerAddress() const; /** * Return the externally visible address. We can't tell what that address is, * so this function always returns an empty object. */ - virtual KSocketAddress externalAddress() const; + virtual TDESocketAddress externalAddress() const; private: /** -- cgit v1.2.1