diff options
Diffstat (limited to 'libtdegames/kgame/kgame.h')
-rw-r--r-- | libtdegames/kgame/kgame.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libtdegames/kgame/kgame.h b/libtdegames/kgame/kgame.h index 486397e2..7ad010fc 100644 --- a/libtdegames/kgame/kgame.h +++ b/libtdegames/kgame/kgame.h @@ -433,7 +433,7 @@ public: * @param msg the message which will be send. See messages.txt for contents * @param msgid an id for this message * @param sender the id of the sender - * @param group the group of the tqreceivers + * @param group the group of the receivers * @return true if worked */ bool sendGroupMessage(const TQByteArray& msg, int msgid, TQ_UINT32 sender, const TQString& group); |