phonebookui/pbkcommonui/inc/cntkeygrabber.h
changeset 71 7cc7d74059f9
parent 59 a642906a277a
equal deleted inserted replaced
65:ae724a111993 71:7cc7d74059f9
    22 
    22 
    23 #include "cntglobal.h"
    23 #include "cntglobal.h"
    24 
    24 
    25 class HbMainWindow;
    25 class HbMainWindow;
    26 class XQAiwRequest;
    26 class XQAiwRequest;
       
    27 class XqKeyCapture;
    27 
    28 
    28 class QTPBK_EXPORT CntKeyGrabber : public QObject
    29 class QTPBK_EXPORT CntKeyGrabber : public QObject
    29 {
    30 {
    30     Q_OBJECT
    31     Q_OBJECT
    31     friend class TestCntKeyGrabber;
    32     friend class TestCntKeyGrabber;
    38     bool eventFilter(QObject *obj, QEvent *event);
    39     bool eventFilter(QObject *obj, QEvent *event);
    39     
    40     
    40 private:
    41 private:
    41     HbMainWindow    *mMainWindow;
    42     HbMainWindow    *mMainWindow;
    42     XQAiwRequest    *mRequest;
    43     XQAiwRequest    *mRequest;
       
    44     XqKeyCapture    *mKeyCapture;
    43 
    45 
    44 };
    46 };
    45 
    47 
    46 #endif // CNTKEYGRABBER_H
    48 #endif // CNTKEYGRABBER_H