diff options
Diffstat (limited to 'kmail/kmdict.h')
-rw-r--r-- | kmail/kmdict.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kmail/kmdict.h b/kmail/kmdict.h index 374577c28..0b365acb6 100644 --- a/kmail/kmdict.h +++ b/kmail/kmdict.h @@ -1,5 +1,5 @@ /* - * simple hash table for kmail. inspired by QDict + * simple hash table for kmail. inspired by TQDict */ #ifndef __KMDICT @@ -49,7 +49,7 @@ public: void remove(long key); /** Find an item by key. Returns pointer to it, or 0 if not found. */ - KMDictItem *find(long key); + KMDictItem *tqfind(long key); private: /** Removes all items _following_ @p item with key @p key. */ |