diff options
Diffstat (limited to 'kmail/kmdict.h')
-rw-r--r-- | kmail/kmdict.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kmail/kmdict.h b/kmail/kmdict.h index 520315ad2..374577c28 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); |