phonebookui/pbkcommonui/inc/cntfavoritesmemberview.h
changeset 31 2a11b5b00470
parent 27 de1630741fbe
child 37 fd64c38c277d
--- a/phonebookui/pbkcommonui/inc/cntfavoritesmemberview.h	Mon May 03 12:24:20 2010 +0300
+++ b/phonebookui/pbkcommonui/inc/cntfavoritesmemberview.h	Fri May 14 15:42:23 2010 +0300
@@ -56,7 +56,11 @@
 #endif
 
     void manageFavorites();
+    void handleManageFavorites(HbAction *action);
+    
     void onLongPressed (HbAbstractViewItem *item, const QPointF &coords);
+    void handleMenu(HbAction* action);
+    
     void openContact(const QModelIndex &index);
     void editContact(const QModelIndex &index);
     void removeFromFavorites(const QModelIndex &index);
@@ -77,7 +81,6 @@
     HbView*                     mView; // own
 
     HbAction*                   mSoftkey; // owned by view
-
 };
 
 #endif /* CNTFAVORITESMEMBERVIEW_H */