--- 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;
};