logsui/logsapp/inc/logsmainwindow.h
changeset 8 6c9acdc6adc0
parent 0 4a5361db8937
child 15 76d2cf7a585e
--- a/logsui/logsapp/inc/logsmainwindow.h	Fri Jun 11 13:38:41 2010 +0300
+++ b/logsui/logsapp/inc/logsmainwindow.h	Thu Jun 24 14:44:14 2010 +0300
@@ -21,8 +21,6 @@
 #include <QObject>
 #include <hbmainwindow.h>
 
-class LogsForegroundWatcher;
-
 
 class LogsMainWindow : public HbMainWindow
     {
@@ -45,12 +43,9 @@
 signals:
         
     void callKeyPressed();
-    void appFocusGained();
-    void appFocusLost();
     
 private:
     
-    LogsForegroundWatcher* mWatcher;
     bool mForeground;
     
     friend class UT_LogsMainWindow;