emailservices/nmclientapi/src/nmapienvelopelisting.cpp
changeset 76 38bf5461e270
parent 49 00c7ae862740
--- a/emailservices/nmclientapi/src/nmapienvelopelisting.cpp	Thu Sep 30 11:43:07 2010 +0300
+++ b/emailservices/nmclientapi/src/nmapienvelopelisting.cpp	Thu Oct 14 17:33:43 2010 +0300
@@ -81,7 +81,7 @@
     Before calling start should be called, otherwise will return empty list.
     It also clears inputlist of NmMessageEnvelope.
  */
-bool NmApiEnvelopeListing::getEnvelopes(QList<EmailClientApi::NmApiMessageEnvelope> &envelopes)
+bool NmApiEnvelopeListing::getEnvelopes(QList<NmApiMessageEnvelope> &envelopes)
 {
     NM_FUNCTION;
     return mListingPrivate->envelopes(envelopes);