# HG changeset patch # User hgs # Date 1285079258 -10800 # Node ID 7ab51e5db10a58eddfb96eb95e5d0c4f15eb996d # Parent 6abfb109488442682aeb6e574ed87b16f4e5b252 201037_01 diff -r 6abfb1094884 -r 7ab51e5db10a phonebookui/cntcommonui/common/cntkeygrabber.cpp --- 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(); } /*! diff -r 6abfb1094884 -r 7ab51e5db10a phonebookui/cntcommonui/common/cntkeygrabber.h --- 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; };