homescreenapp/stateplugins/hsmenuworkerstateplugin/inc/hsinstallationlogstate.h
changeset 90 3ac3aaebaee5
parent 63 52b0f64eeb51
--- a/homescreenapp/stateplugins/hsmenuworkerstateplugin/inc/hsinstallationlogstate.h	Mon Sep 13 13:03:23 2010 +0300
+++ b/homescreenapp/stateplugins/hsmenuworkerstateplugin/inc/hsinstallationlogstate.h	Mon Sep 20 10:19:07 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