diff options
Diffstat (limited to 'bibletime/backend/cswordtreekey.h')
-rw-r--r-- | bibletime/backend/cswordtreekey.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bibletime/backend/cswordtreekey.h b/bibletime/backend/cswordtreekey.h index b353fe1..31d9896 100644 --- a/bibletime/backend/cswordtreekey.h +++ b/bibletime/backend/cswordtreekey.h @@ -45,7 +45,7 @@ public: */ virtual CSwordTreeKey* copy() const; /** - * Returns the last part of the current key as unicode decoded TQString. + * Returns the last part of the current key as tqunicode decoded TQString. * Use this instead of TreeKeyIdx::getLocalName() to avoid encoding problems. */ virtual const TQString getLocalNameUnicode() const; @@ -58,7 +58,7 @@ public: */ virtual const bool key( const TQString& key ); /** - * Set/get the key. If the parameter is not set (means equal to TQString::null) + * Set/get the key. If the parameter is not set (means equal to TQString()) * the used key is returned. Otherwise the key is set and the new on ei returned. */ virtual const bool key( const char* key ); |