phonebookui/cntcommonui/widgets/cntactionpopup_p.h
changeset 81 640d30f4fb64
parent 72 6abfb1094884
--- a/phonebookui/cntcommonui/widgets/cntactionpopup_p.h	Fri Oct 08 11:42:51 2010 +0300
+++ b/phonebookui/cntcommonui/widgets/cntactionpopup_p.h	Fri Oct 15 12:24:46 2010 +0300
@@ -81,7 +81,6 @@
 
     void listItemSelected( QModelIndex index );
     void handleUserResponse(HbAction* action);
-    void onLongPressed (HbAbstractViewItem *item, const QPointF &coords);
     
 private:
 
@@ -110,6 +109,6 @@
     QList<QStandardItem*>  mDataItemList;
     HbAction *mCancelAction;
     
-    friend class T_CntActionPopupTest;
+    friend class TestCntActionPopup;
     };
 #endif /* CNTACTIONPOPUP_P_H_ */