phonebookui/pbkcommonui/inc/cntfetchcontactpopup.h
changeset 61 d30183af6ca6
parent 53 e6aff7b69165
--- a/phonebookui/pbkcommonui/inc/cntfetchcontactpopup.h	Wed Aug 11 09:06:35 2010 +0300
+++ b/phonebookui/pbkcommonui/inc/cntfetchcontactpopup.h	Mon Aug 23 16:06:28 2010 +0300
@@ -24,7 +24,6 @@
 
 class HbDialog;
 class HbListView;
-class HbTextItem;
 class HbLabel;
 class HbAction;
 class HbSearchPanel;
@@ -75,6 +74,7 @@
     void selectAll( int aState );
     void dialogDismissed( HbAction* aAction );
     void loadLayout( Qt::Orientation aOrientation );
+    void orientationChanged( Qt::Orientation aOrientation );
     void handleKeypadOpen();
     void handleKeypadClosed();
     void closePopup();
@@ -89,7 +89,7 @@
     
     HbDialog* mPopup; // own
     HbListView* mListView; // own
-    HbTextItem* mEmptyView; // own
+    HbLabel* mEmptyView; // own
     HbLabel* mHeading; // own
     HbAction* mPrimaryAction; // own
     HbSearchPanel* mSearch; //own
@@ -99,6 +99,7 @@
     QItemSelectionModel* mSelectionModel; // own
     CntDocumentLoader* mDoc; // own
     QString mTitle;
+    QList<QContactLocalId> mIds;
 };
 
 #endif /* CNTFETCHCONTACTPOPUP_H_ */