From 64a8ef1629f523df3006de5cb2b9882a50d96a05 Mon Sep 17 00:00:00 2001 From: zautrix Date: Tue, 07 Sep 2004 20:33:23 +0000 Subject: Fixed Kopi-Kapi external app communication --- (limited to 'kabc/addressbook.cpp') diff --git a/kabc/addressbook.cpp b/kabc/addressbook.cpp index c61b387..47d298a 100644 --- a/kabc/addressbook.cpp +++ b/kabc/addressbook.cpp @@ -427,7 +427,7 @@ Addressee::List AddressBook::findByName( const QString &name ) Iterator it; for ( it = begin(); it != end(); ++it ) { - if ( name == (*it).name() ) { + if ( name == (*it).realName() ) { results.append( *it ); } } -- cgit v0.9.0.2