diff options
Diffstat (limited to 'src/network/qsocket.cpp')
-rw-r--r-- | src/network/qsocket.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/network/qsocket.cpp b/src/network/qsocket.cpp index 2e62f7998..b0dc6b67e 100644 --- a/src/network/qsocket.cpp +++ b/src/network/qsocket.cpp @@ -274,7 +274,7 @@ void TQSocketPrivate::setSocketDevice( TQSocket *q, TQSocketDevice *device ) also for reading. The match isn't perfect, since the TQIODevice API is designed for devices that are controlled by the same machine, and an asynchronous peer-to-peer network connection isn't - tquite like that. For example, there is nothing that matches + quite like that. For example, there is nothing that matches TQIODevice::size() exactly. The documentation for open(), close(), flush(), size(), at(), atEnd(), readBlock(), writeBlock(), getch(), putch(), ungetch() and readLine() describes the |