diff -r 4e54af54a4a1 -r 6c59112cfd31 emailservices/nmutilities/inc/emailmailboxinfo.h --- a/emailservices/nmutilities/inc/emailmailboxinfo.h Wed Sep 15 17:47:19 2010 +0300 +++ b/emailservices/nmutilities/inc/emailmailboxinfo.h Thu Sep 30 11:43:07 2010 +0300 @@ -41,17 +41,17 @@ /*! Returns mailbox icon name - \param identifier can be domain name or mailbox id (NmId from nmailbase) + \param identifier should be a domain name \return mailbox icon name that can be used to construct HbIcon */ - QString mailboxIcon(const QVariant &identifier) const; + QString mailboxIcon(const QString &identifier) const; /*! Returns branded mailbox name - \param identifier can be domain name or mailbox id (NmId from nmailbase) + \param identifier should be a domain name \return mailbox name */ - QString mailboxName(const QVariant &identifier) const; + QString mailboxName(const QString &identifier) const; private: EmailMailboxInfoPrivate *d;