summaryrefslogtreecommitdiffstats
path: root/kmail/kmdict.h
diff options
context:
space:
mode:
Diffstat (limited to 'kmail/kmdict.h')
-rw-r--r--kmail/kmdict.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/kmail/kmdict.h b/kmail/kmdict.h
index 520315ad..374577c2 100644
--- a/kmail/kmdict.h
+++ b/kmail/kmdict.h
@@ -40,7 +40,7 @@ public:
int size() { return mSize; }
/** Inserts an item, replacing old ones with the same key. */
- void replace(long key, KMDictItem *item);
+ void tqreplace(long key, KMDictItem *item);
/** Inserts an item without replacing ones with the same key. */
void insert(long key, KMDictItem *item);