[inline]
Replaces item d in the dictionary under key k.
Definition at line 51 of file qintdict.h.
00052 { 00053 QDictBase<FXint, type>::replace(k, k, const_cast<type *>(d)); 00054 }