phonebookui/cntcommonui/common/cntkeygrabber.cpp
changeset 73 7ab51e5db10a
parent 72 6abfb1094884
equal deleted inserted replaced
72:6abfb1094884 73:7ab51e5db10a
    38     mMainWindow(window),
    38     mMainWindow(window),
    39     mRequest(NULL),
    39     mRequest(NULL),
    40     mKeyCapture(NULL)
    40     mKeyCapture(NULL)
    41 {
    41 {
    42     mMainWindow->installEventFilter(this);
    42     mMainWindow->installEventFilter(this);
    43     mKeyCapture = new XqKeyCapture();
    43     mKeyCapture = new XQKeyCapture();
    44 }
    44 }
    45 
    45 
    46 /*!
    46 /*!
    47     Destructor
    47     Destructor
    48 */
    48 */