[inline, protected, inherited]
Definition at line 165 of file qdictbase.h.
Referenced by FX::QPtrDict< type >::replace(), FX::QHostAddressDict< type >::replace(), and FX::QDict< type >::replace().
00166 { 00167 remove(h, k); 00168 insert(h, k, d); 00169 }