summaryrefslogtreecommitdiffstats
path: root/src/network/qftp.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/network/qftp.cpp')
-rw-r--r--src/network/qftp.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/network/qftp.cpp b/src/network/qftp.cpp
index b5da887d6..756f3ec09 100644
--- a/src/network/qftp.cpp
+++ b/src/network/qftp.cpp
@@ -515,14 +515,12 @@ bool TQFtpDTP::parseDir( const TQString &buffer, const TQString &userName, TQUrl
void TQFtpDTP::socketConnected()
{
-#if !defined (TQ_WS_QWS)
// Use a large send buffer to reduce the number
// of writeBlocks when download and uploading files.
// The actual size used here (128k) is default on most
// Unixes.
socket.socketDevice()->setSendBufferSize(128 * 1024);
socket.socketDevice()->setReceiveBufferSize(128 * 1024);
-#endif
bytesDone = 0;
#if defined(TQFTPDTP_DEBUG)