diff options
author | Darrell Anderson <humanreadable@yahoo.com> | 2012-04-13 00:18:24 -0500 |
---|---|---|
committer | Darrell Anderson <humanreadable@yahoo.com> | 2012-04-13 00:18:24 -0500 |
commit | 1f0b774c59ea917f069fc5be95124afd89a8dd4c (patch) | |
tree | 73397bbe8e3f696c1ec3e120bcb72485ec97accd /libtdegames/kgame | |
parent | 7837f2ddb80e14ae851f95d4a86d8246d1d8db4f (diff) | |
download | tdegames-1f0b774c59ea917f069fc5be95124afd89a8dd4c.tar.gz tdegames-1f0b774c59ea917f069fc5be95124afd89a8dd4c.zip |
Fix inadvertent "TQ" changes.
Diffstat (limited to 'libtdegames/kgame')
-rw-r--r-- | libtdegames/kgame/kgameproperty.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libtdegames/kgame/kgameproperty.h b/libtdegames/kgame/kgameproperty.h index 0bb117b8..ba465d20 100644 --- a/libtdegames/kgame/kgameproperty.h +++ b/libtdegames/kgame/kgameproperty.h @@ -117,7 +117,7 @@ public: /** * Constructs a KGamePropertyBase object and calls registerData. - * @param id The id of this property. MUST be UNITQUE! Used to send and + * @param id The id of this property. MUST be UNIQUE! Used to send and * receive changes in the property of the playere automatically via * network. * @param owner The owner of the object. Must be a KGamePropertyHandler which manages @@ -585,7 +585,7 @@ public: * Constructs a KGameProperty object. A KGameProperty object will transmit * any changes to the KMessageServer and then to all clients in the * game (including the one that has sent the new value) - * @param id The id of this property. <em>MUST be UNITQUE</em>! Used to send and + * @param id The id of this property. <em>MUST be UNIQUE</em>! Used to send and * receive changes in the property of the playere automatically via * network. * @param owner The parent of the object. Must be a KGame which manages |