homescreenapp/stateplugins/hsmenuworkerstateplugin/inc/hsinstallationlogstate.h
changeset 96 458d8c8d9580
parent 77 4b195f3bea29
--- a/homescreenapp/stateplugins/hsmenuworkerstateplugin/inc/hsinstallationlogstate.h	Fri Sep 17 08:27:54 2010 +0300
+++ b/homescreenapp/stateplugins/hsmenuworkerstateplugin/inc/hsinstallationlogstate.h	Mon Oct 04 00:07:25 2010 +0300
@@ -23,8 +23,6 @@
 #include "hsmenustates_global.h"
 HS_STATES_TEST_CLASS(MenuStatesTest)
 
-class HbDialog;
-
 class HsInstallationLogState: public QState
 {
     Q_OBJECT
@@ -40,13 +38,6 @@
 protected:
 
     void onEntry(QEvent *event);
-    void onExit(QEvent *event);
-
-private slots:
-
-    void stateExited();
-    void cleanUp();
-
 signals:
 
     void exit();
@@ -55,11 +46,6 @@
 
     void construct();
     void createInstallationLogDialog();
-
-private:
-    
-    HbDialog* mInstalationLogDialog;
-
 };
 
 #endif //HSINSTALLATIONLOGSTATE_H