diff -r efe85016a067 -r 7cbcb2896f0e phonebookui/pbkcommonui/inc/cntcontactcarddatacontainer.h --- a/phonebookui/pbkcommonui/inc/cntcontactcarddatacontainer.h Wed Jun 23 18:02:44 2010 +0300 +++ b/phonebookui/pbkcommonui/inc/cntcontactcarddatacontainer.h Tue Jul 06 14:05:47 2010 +0300 @@ -31,7 +31,7 @@ public: CntContactCardDataContainer(QContact* contact, QObject *parent = 0, bool myCard = false, - CntMapTileService* maptile = NULL ); + CntMapTileService* maptile = NULL, Qt::Orientations orientation = Qt::Vertical ); virtual ~CntContactCardDataContainer(); public: @@ -63,6 +63,7 @@ CntStringMapper mStringMapper; bool mLocationFeatureEnabled; CntMapTileService* mMaptileInterface; + Qt::Orientations mOrientation; }; #endif /* CNTCOMMLAUNCHERLISTMODEL_H_ */