diff options
Diffstat (limited to 'kmail/kmmsgdict.h')
-rw-r--r-- | kmail/kmmsgdict.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kmail/kmmsgdict.h b/kmail/kmmsgdict.h index 60fabf6c8..a13165340 100644 --- a/kmail/kmmsgdict.h +++ b/kmail/kmmsgdict.h @@ -97,7 +97,7 @@ private: unsigned long insert(const KMMsgBase *msg, int index = -1); /** Set the serial number of @p msg to @p msgSerNum */ - void replace(unsigned long msgSerNum, + void tqreplace(unsigned long msgSerNum, const KMMsgBase *msg, int index = -1); /** Removes a message. */ |