phonebookui/pbkcommonui/inc/cntdetaileditor.h
changeset 71 7cc7d74059f9
parent 65 ae724a111993
--- a/phonebookui/pbkcommonui/inc/cntdetaileditor.h	Thu Sep 02 20:16:15 2010 +0300
+++ b/phonebookui/pbkcommonui/inc/cntdetaileditor.h	Fri Sep 17 08:27:32 2010 +0300
@@ -32,6 +32,7 @@
 class HbAction;
 class CntEditorFactory;
 class CntSaveManager;
+class HbShrinkingVkbHost;
 
 class CntDetailEditor : public QObject,
                         public CntAbstractView
@@ -51,6 +52,8 @@
     void saveContact();
     void contactDeletedFromOtherSource(const QList<QContactLocalId>& contactIds);
     void showRootView();
+    void handleKeypadOpen();
+    void handleKeypadClosed();
     
 public:
     void setViewId( int aId );
@@ -87,6 +90,7 @@
     CntViewParameters               mArgs;
     CntSaveManager                 *mSaveManager; // own
     CntAbstractEngine*              mEngine; // not own
+    HbShrinkingVkbHost*             mVirtualKeyboard;
     friend class TestCntDetailEditor;
     };
 #endif /* CNTDETAILEDITOR_H_ */