diff -r c5af8598d22c -r e4c884866116 logsui/logsapp/inc/logsmainwindow.h --- a/logsui/logsapp/inc/logsmainwindow.h Thu Sep 02 20:27:05 2010 +0300 +++ b/logsui/logsapp/inc/logsmainwindow.h Fri Sep 17 08:29:34 2010 +0300 @@ -21,7 +21,11 @@ #include #include +class XQKeyCapture; +/** + * + */ class LogsMainWindow : public HbMainWindow { Q_OBJECT @@ -46,9 +50,13 @@ void callKeyPressed(); void localeChanged(); void appGainedForeground(); - + +private: + void startKeyCapture(); + void stopKeyCapture(); private: + XQKeyCapture* mKeyCapture; bool mForeground; bool mLocaleChanged;