summaryrefslogtreecommitdiffstats
path: root/libtdegames/kgame/kmessageclient.h
diff options
context:
space:
mode:
Diffstat (limited to 'libtdegames/kgame/kmessageclient.h')
-rw-r--r--libtdegames/kgame/kmessageclient.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/libtdegames/kgame/kmessageclient.h b/libtdegames/kgame/kmessageclient.h
index 456f79cc..c08b05e4 100644
--- a/libtdegames/kgame/kmessageclient.h
+++ b/libtdegames/kgame/kmessageclient.h
@@ -159,13 +159,13 @@ public:
bool isConnected () const;
/**
- @return TRUE if isConnected() is true AND this is not a local (like
+ @return true if isConnected() is true AND this is not a local (like
KMessageDirect) connection.
*/
bool isNetwork () const;
/**
- @return 0 if isConnected() is FALSE, otherwise the port number this client is
+ @return 0 if isConnected() is false, otherwise the port number this client is
connected to. See also KMessageIO::peerPort and TQSocket::peerPort.
@since 3.2
*/
@@ -173,7 +173,7 @@ public:
/**
@since 3.2
- @return "localhost" if isConnected() is FALSE, otherwise the hostname this client is
+ @return "localhost" if isConnected() is false, otherwise the hostname this client is
connected to. See also KMessageIO::peerName() and TQSocket::peerName().
*/
TQString peerName() const;