phonebookui/pbkcommonui/inc/cntnamesview_p.h
changeset 53 e6aff7b69165
parent 50 77bc263e1626
child 61 d30183af6ca6
--- a/phonebookui/pbkcommonui/inc/cntnamesview_p.h	Wed Jul 21 11:37:51 2010 +0300
+++ b/phonebookui/pbkcommonui/inc/cntnamesview_p.h	Fri Jul 23 12:43:48 2010 +0300
@@ -60,7 +60,7 @@
     void deleteContact( QContact& aContact );
     void deleteMultipleContacts();
     
-    void handleDeleteMultipleContacts();
+    void handleDeleteMultipleContacts( QSet<QContactLocalId> aIds );
 
     void showPreviousView();
     void showCollectionView();
@@ -79,6 +79,9 @@
     void handleContactRemoval(const QList<QContactLocalId> & aRemovedList);
     void handleSelfContactIdChange(const QContactLocalId & aOldId, const QContactLocalId & aNewId);
     
+private slots:
+    void switchOrientation();
+    
 public:
     bool isFinderVisible();
     void activate( CntAbstractViewManager* aMgr, const CntViewParameters aArgs );
@@ -114,7 +117,6 @@
     HbAction*                   mNewContact;
     QContactLocalId             mHandledContactId;
     HbAction*                   mMultipleDeleter;
-    CntFetchContacts*           mFetchView;
     bool                        mIsDefault;
     int                         mId;
     QActionGroup*               mActionGroup;