phonebookui/pbkcommonui/inc/cnteditviewlistmodel.h
changeset 37 fd64c38c277d
parent 31 2a11b5b00470
child 40 b46a585f6909
--- a/phonebookui/pbkcommonui/inc/cnteditviewlistmodel.h	Fri May 14 15:42:23 2010 +0300
+++ b/phonebookui/pbkcommonui/inc/cnteditviewlistmodel.h	Thu May 27 12:45:19 2010 +0300
@@ -63,8 +63,8 @@
     ~CntEditViewSeparator();
     
     QVariant data(int role) const;
-    void activated();
-    void longPressed(const QPointF &coords);  
+    void activated(CntEditViewItemCallback* interface);
+    void longPressed(const QPointF &coords, CntEditViewItemCallback* interface);  
 };
 
 class CntEditViewListModel : public QAbstractListModel
@@ -83,7 +83,7 @@
     CntEditViewItem* itemAt( const QModelIndex& aIndex ) const;
     void removeItem( CntEditViewItem* aItem, const QModelIndex& aIndex );
     bool isEmptyItem( CntEditViewItem* aItem );
-    void refreshExtensionItems( const QModelIndex& aIndex );
+    void refreshExtensionItems();
     void allInUseFields( CntViewIdList& aList );
     
 private: