phonebookui/cntcommonui/contacteditors/cntdetaileditor.h
changeset 81 640d30f4fb64
parent 72 6abfb1094884
--- a/phonebookui/cntcommonui/contacteditors/cntdetaileditor.h	Fri Oct 08 11:42:51 2010 +0300
+++ b/phonebookui/cntcommonui/contacteditors/cntdetaileditor.h	Fri Oct 15 12:24:46 2010 +0300
@@ -31,7 +31,6 @@
 class HbView;
 class HbAction;
 class CntEditorFactory;
-class CntSaveManager;
 class HbShrinkingVkbHost;
 
 class CntDetailEditor : public QObject,
@@ -52,8 +51,6 @@
     void saveContact();
     void contactDeletedFromOtherSource(const QList<QContactLocalId>& contactIds);
     void showRootView();
-    void handleKeypadOpen();
-    void handleKeypadClosed();
     
 public slots:
     void enableDiscardChanges();
@@ -91,9 +88,9 @@
     HbAction                       *mSoftkey;
     HbAction                       *mCancel;
     CntViewParameters               mArgs;
-    CntSaveManager                 *mSaveManager; // own
     CntAbstractEngine*              mEngine; // not own
     HbShrinkingVkbHost*             mVirtualKeyboard;
+    QContact                        mContact;
     friend class TestCntDetailEditor;
     };
 #endif /* CNTDETAILEDITOR_H_ */