201037_01 PDK_4.0.a
authorhgs
Tue, 21 Sep 2010 17:27:38 +0300
changeset 73 7ab51e5db10a
parent 72 6abfb1094884
child 77 c18f9fa7f42e
201037_01
phonebookui/cntcommonui/common/cntkeygrabber.cpp
phonebookui/cntcommonui/common/cntkeygrabber.h
--- a/phonebookui/cntcommonui/common/cntkeygrabber.cpp	Tue Sep 21 17:07:25 2010 +0300
+++ b/phonebookui/cntcommonui/common/cntkeygrabber.cpp	Tue Sep 21 17:27:38 2010 +0300
@@ -40,7 +40,7 @@
     mKeyCapture(NULL)
 {
     mMainWindow->installEventFilter(this);
-    mKeyCapture = new XqKeyCapture();
+    mKeyCapture = new XQKeyCapture();
 }
 
 /*!
--- a/phonebookui/cntcommonui/common/cntkeygrabber.h	Tue Sep 21 17:07:25 2010 +0300
+++ b/phonebookui/cntcommonui/common/cntkeygrabber.h	Tue Sep 21 17:27:38 2010 +0300
@@ -24,7 +24,7 @@
 
 class HbMainWindow;
 class XQAiwRequest;
-class XqKeyCapture;
+class XQKeyCapture;
 
 class QTPBK_EXPORT CntKeyGrabber : public QObject
 {
@@ -41,7 +41,7 @@
 private:
     HbMainWindow    *mMainWindow;
     XQAiwRequest    *mRequest;
-    XqKeyCapture    *mKeyCapture;
+    XQKeyCapture    *mKeyCapture;
 
 };