From 96a33d90689a46ea58f812d76fdd2eaf93edecfa Mon Sep 17 00:00:00 2001 From: tpearson Date: Wed, 19 Jan 2011 08:24:43 +0000 Subject: Additional TQt for Qt4 compilation fixes This should not affect TQt for Qt3 per usual git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdelibs@1215674 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- kdecore/network/ksocketdevice.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'kdecore/network/ksocketdevice.h') diff --git a/kdecore/network/ksocketdevice.h b/kdecore/network/ksocketdevice.h index 5324cd02b..5409335aa 100644 --- a/kdecore/network/ksocketdevice.h +++ b/kdecore/network/ksocketdevice.h @@ -216,12 +216,12 @@ public: /** * Reads data from this socket. */ - virtual TQ_LONG readBlock(char *data, TQ_ULONG maxlen); + virtual TQT_TQIO_LONG tqreadBlock(char *data, TQT_TQIO_ULONG maxlen); /** * Reads data and the source address from this socket. */ - virtual TQ_LONG readBlock(char *data, TQ_ULONG maxlen, KSocketAddress& from); + virtual TQT_TQIO_LONG tqreadBlock(char *data, TQT_TQIO_ULONG maxlen, KSocketAddress& from); /** * Peeks data in the socket. @@ -236,12 +236,12 @@ public: /** * Writes data to the socket. */ - virtual TQ_LONG writeBlock(const char *data, TQ_ULONG len); + virtual TQT_TQIO_LONG tqwriteBlock(const char *data, TQT_TQIO_ULONG len); /** * Writes the given data to the given destination address. */ - virtual TQ_LONG writeBlock(const char *data, TQ_ULONG len, const KSocketAddress& to); + virtual TQT_TQIO_LONG tqwriteBlock(const char *data, TQT_TQIO_ULONG len, const KSocketAddress& to); /** * Returns this socket's local address. -- cgit v1.2.1