diff options
Diffstat (limited to 'knode/knprotocolclient.h')
-rw-r--r-- | knode/knprotocolclient.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/knode/knprotocolclient.h b/knode/knprotocolclient.h index fa4d28d5b..4957e1334 100644 --- a/knode/knprotocolclient.h +++ b/knode/knprotocolclient.h @@ -62,7 +62,7 @@ class KNProtocolClient : public TQThread { /** connect, handshake and authorization */ virtual bool openConnection(); bool isConnected() { return (tcpSocket!=-1); }; - /** sends QUIT-command and closes the socket */ + /** sends TQUIT-command and closes the socket */ virtual void closeConnection(); /** sends a command (one line), return code is written to rep */ |