On Thu, May 11, 2000 at 10:22:10AM +1000, Don Sanders wrote: Hi, > Good search API including fast auto-complete email address support. why don't you simply use KCompletion? KLineEdit/KComboBox have built-in support for it, so all you have to do is provide the completable items (i.e. the email-addresses) to the KCompletion object. Cheers, Carsten