diff options
author | Darrell Anderson <[email protected]> | 2012-04-13 00:18:24 -0500 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2012-06-04 01:10:55 +0200 |
commit | d51ad47d3a47ca4c775ac3812361abdb4d0a908b (patch) | |
tree | 542e21cd7a21f370411ff096e38e170c56f4c12e /libkdegames | |
parent | abbad031ecb7c1263b0981c68b058554ab479f48 (diff) | |
download | tdegames-d51ad47d3a47ca4c775ac3812361abdb4d0a908b.tar.gz tdegames-d51ad47d3a47ca4c775ac3812361abdb4d0a908b.zip |
Fix inadvertent "TQ" changes.
(cherry picked from commit 1f0b774c59ea917f069fc5be95124afd89a8dd4c)
Diffstat (limited to 'libkdegames')
-rw-r--r-- | libkdegames/kgame/kgameproperty.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libkdegames/kgame/kgameproperty.h b/libkdegames/kgame/kgameproperty.h index 0bb117b8..ba465d20 100644 --- a/libkdegames/kgame/kgameproperty.h +++ b/libkdegames/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 |