diff options
Diffstat (limited to 'libtdegames/kgame/kmessageio.h')
-rw-r--r-- | libtdegames/kgame/kmessageio.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/libtdegames/kgame/kmessageio.h b/libtdegames/kgame/kmessageio.h index e503da6d..42acaf41 100644 --- a/libtdegames/kgame/kmessageio.h +++ b/libtdegames/kgame/kmessageio.h @@ -246,7 +246,7 @@ public: virtual TQString peerName () const; /** - @return TRUE as this is a network IO. + @return true as this is a network IO. */ bool isNetwork() const { return true; } @@ -322,7 +322,7 @@ public: /** - @return FALSE as this is no network IO. + @return false as this is no network IO. */ bool isNetwork() const { return false; } @@ -361,7 +361,7 @@ class KMessageProcess : public KMessageIO void writeToProcess(); /** - @return FALSE as this is no network IO. + @return false as this is no network IO. */ bool isNetwork() const { return false; } @@ -400,7 +400,7 @@ class KMessageFilePipe : public KMessageIO void exec(); /** - @return FALSE as this is no network IO. + @return false as this is no network IO. */ bool isNetwork() const { return false; } |