phonebookui/pbkcommonui/inc/cntphonenumberviewitem.h
changeset 27 de1630741fbe
parent 25 76a2435edfd4
child 31 2a11b5b00470
--- a/phonebookui/pbkcommonui/inc/cntphonenumberviewitem.h	Fri Apr 16 14:53:18 2010 +0300
+++ b/phonebookui/pbkcommonui/inc/cntphonenumberviewitem.h	Mon May 03 12:24:20 2010 +0300
@@ -26,6 +26,7 @@
 class HbComboBox;
 class HbLineEdit;
 class CntDetailModelItem;
+class QGraphicsLinearLayout;
 
 class CntPhoneNumberViewItem : public CntDetailViewItem
     {
@@ -42,6 +43,7 @@
 public slots:
     void indexChanged( int aIndex );    // HbComboBox index changed
     void textChanged( QString aText );  // HbLineEdit text changed
+    void changeOrientation(Qt::Orientation aOrient);
     
 private:
     void constructSubtypeModel( QString aSubType, QStringList aContext );
@@ -53,8 +55,9 @@
 #else
 private:
 #endif
-    HbComboBox* mBox;
-    HbLineEdit* mEdit;
-    HbEditorInterface* mFilter;
+    HbComboBox*             mBox;
+    HbLineEdit*             mEdit;
+    HbEditorInterface*      mFilter;
+    QGraphicsLinearLayout*  mLayout;
     };
 #endif /* CNTPHONENUMBERVIEWITEM_H_ */