diff -r 84197e66a4bd -r 35b64624a9e7 messagingapp/msgui/unifiedviewer/inc/univiewerattachmentwidget.h --- a/messagingapp/msgui/unifiedviewer/inc/univiewerattachmentwidget.h Fri Jun 11 13:35:48 2010 +0300 +++ b/messagingapp/msgui/unifiedviewer/inc/univiewerattachmentwidget.h Wed Jun 23 18:09:17 2010 +0300 @@ -27,6 +27,7 @@ class HbIcon; class HbFrameItem; class UniViewerUtils; +class UniMessageInfo; /** * @class UniViewerAttachmentWidget @@ -50,10 +51,9 @@ /** * Populates the widget contents. - * @param mimeType Mime type of media. - * @param filePath File path of media. + * @param info Object information. */ - void populate(const QString &mimeType, const QString &filePath); + void populate(UniMessageInfo *info); signals: