summaryrefslogtreecommitdiffstats
path: root/kmail/kmdict.h
diff options
context:
space:
mode:
Diffstat (limited to 'kmail/kmdict.h')
-rw-r--r--kmail/kmdict.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/kmail/kmdict.h b/kmail/kmdict.h
index 374577c2..0b365acb 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. */