phonebookui/pbkcommonui/inc/cnthistoryviewitemwidget.h
changeset 27 de1630741fbe
parent 24 0ba2181d7c28
--- a/phonebookui/pbkcommonui/inc/cnthistoryviewitemwidget.h	Fri Apr 16 14:53:18 2010 +0300
+++ b/phonebookui/pbkcommonui/inc/cnthistoryviewitemwidget.h	Mon May 03 12:24:20 2010 +0300
@@ -40,7 +40,7 @@
     void createPrimitives();
     void recreatePrimitives();
     void updatePrimitives();
-    void setDetails(QString title, QString bodyText, QString timeStamp, QString iconName, bool incoming);
+    void setDetails(QString title, QString bodyText, QString timeStamp, QString iconName, bool incoming, bool newMessage);
 
     bool isTitleExist() const { return !mTitle.isNull(); }
     bool isBodyTextExist() const { return !mBodyText.isNull(); }
@@ -53,12 +53,14 @@
     HbTextItem              *mBodyTextLabel;
     HbTextItem              *mTimeStampLabel;
     HbFrameItem             *mFrameLabel;
+    HbFrameItem             *mNewItemLabel;
 
     QString                 mTitle;
     QString                 mBodyText;
     QString                 mTimeStamp;
     HbIcon                  mIcon;
     bool                    mIncoming;
+    bool                    mNewMessage;
 };
 
 #endif // CNTHISTORYVIEWITEMWIDGET_H