diff options
Diffstat (limited to 'kdecore/network/ksockssocketdevice.h')
-rw-r--r-- | kdecore/network/ksockssocketdevice.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/kdecore/network/ksockssocketdevice.h b/kdecore/network/ksockssocketdevice.h index 1f8453836..4db5d1e01 100644 --- a/kdecore/network/ksockssocketdevice.h +++ b/kdecore/network/ksockssocketdevice.h @@ -83,8 +83,8 @@ public: /** * Overrides reading. */ - virtual TQ_LONG readBlock(char *data, TQ_ULONG maxlen); - virtual TQ_LONG readBlock(char *data, TQ_ULONG maxlen, KSocketAddress& from); + virtual TQ_LONG tqreadBlock(char *data, TQ_ULONG maxlen); + virtual TQ_LONG tqreadBlock(char *data, TQ_ULONG maxlen, KSocketAddress& from); /** * Overrides peeking. @@ -95,8 +95,8 @@ public: /** * Overrides writing. */ - virtual TQ_LONG writeBlock(const char *data, TQ_ULONG len); - virtual TQ_LONG writeBlock(const char *data, TQ_ULONG len, const KSocketAddress& to); + virtual TQ_LONG tqwriteBlock(const char *data, TQ_ULONG len); + virtual TQ_LONG tqwriteBlock(const char *data, TQ_ULONG len, const KSocketAddress& to); /** * Overrides getting socket address. |