diff -r 7cbcb2896f0e -r a642906a277a phonebookui/pbkcommonui/inc/cntimageeditorview.h --- a/phonebookui/pbkcommonui/inc/cntimageeditorview.h Tue Jul 06 14:05:47 2010 +0300 +++ b/phonebookui/pbkcommonui/inc/cntimageeditorview.h Wed Aug 18 09:39:00 2010 +0300 @@ -19,18 +19,19 @@ #define CNTIMAGEEDITORVIEW_H #include -#include +#include #include #include -class HbLabel; +class CntImageLabel; class HbListView; class XQAiwRequest; class ThumbnailManager; class HbAction; class QStandardItemModel; class QModelIndex; +class CntSaveManager; QTM_BEGIN_NAMESPACE class QContact; @@ -75,6 +76,7 @@ void setOrientation(Qt::Orientation orientation); void listViewActivated(const QModelIndex &index); void handleError(int errorCode, const QString& errorMessage); + void saveContact(); #ifdef PBK_UNIT_TEST @@ -84,7 +86,7 @@ #endif QContact *mContact; // own QContactAvatar *mAvatar; // own - HbLabel *mImageLabel; // owned by layout + CntImageLabel *mImageLabel; // owned by layout XQAiwRequest *mRequest; // own XQApplicationManager mAppManager; ThumbnailManager *mThumbnailManager; // own @@ -92,9 +94,10 @@ HbAction *mSoftkey; // owned by view HbAction *mRemoveImage; // own CntAbstractViewManager *mViewManager; - HbDocumentLoader mDocumentLoader; + CntDocumentLoader mDocumentLoader; HbListView *mListView; // owned by layout QStandardItemModel *mModel; // own + CntSaveManager *mSaveManager; // own CntViewParameters mArgs; };