qtmobility/src/messaging/qmessageservice_win.cpp
changeset 4 90517678cc4f
parent 1 2b40d63a9c3d
child 11 06b8e2af4411
--- a/qtmobility/src/messaging/qmessageservice_win.cpp	Fri Apr 16 15:51:22 2010 +0300
+++ b/qtmobility/src/messaging/qmessageservice_win.cpp	Mon May 03 13:18:40 2010 +0300
@@ -230,7 +230,7 @@
     foreach(const QMessageAddress& a, addressList)
     {
         if(a.type() == filterAddressType)
-            temp.append(a.recipient());
+            temp.append(a.addressee());
     }
 
     return temp.isEmpty() ? Lptstr(0) : LptstrFromQString(temp.join(";"));