diff -r 6c59112cfd31 -r 38bf5461e270 emailservices/nmclientapi/src/nmapimessagesearch.cpp --- a/emailservices/nmclientapi/src/nmapimessagesearch.cpp Thu Sep 30 11:43:07 2010 +0300 +++ b/emailservices/nmclientapi/src/nmapimessagesearch.cpp Thu Oct 14 17:33:43 2010 +0300 @@ -25,7 +25,7 @@ { NM_FUNCTION; d = new NmApiMessageSearchPrivate(mailboxId, this); - qRegisterMetaType ("EmailClientApi::NmApiMessage"); + qRegisterMetaType("EmailClientApi::NmApiMessage"); connect(d, SIGNAL(messageFound(EmailClientApi::NmApiMessage&)), this, SIGNAL(messageFound(EmailClientApi::NmApiMessage&))); connect(d, SIGNAL(searchComplete(int)), this, SIGNAL(searchComplete(int))); connect(d, SIGNAL(canceled()), this, SIGNAL(canceled()));