summaryrefslogtreecommitdiffstats
path: root/src/network
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-06-25 12:25:06 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-06-25 12:25:06 +0900
commita09a6bc05e3f64c27e7c84dd768c7720fdf41136 (patch)
treefe5a644a42056c012132e5bbc57f3ce1ba40d5c2 /src/network
parentbba3e1fa3870a23f1cf0b5d1143ffd646ac797a4 (diff)
downloadtqt3-a09a6bc05e3f64c27e7c84dd768c7720fdf41136.tar.gz
tqt3-a09a6bc05e3f64c27e7c84dd768c7720fdf41136.zip
Remove documentation for QWS classes and Qt/Embedded
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'src/network')
-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)