homescreenapp/stateplugins/hsmenuworkerstateplugin/inc/hsviewappdetailsstate.h
changeset 90 3ac3aaebaee5
parent 69 87476091b3f5
--- a/homescreenapp/stateplugins/hsmenuworkerstateplugin/inc/hsviewappdetailsstate.h	Mon Sep 13 13:03:23 2010 +0300
+++ b/homescreenapp/stateplugins/hsmenuworkerstateplugin/inc/hsviewappdetailsstate.h	Mon Sep 20 10:19:07 2010 +0300
@@ -28,7 +28,6 @@
 
 class HbListWidget;
 class HsMenuItemModel;
-class HbDialog;
 class CaNotifier;
 class HbDocumentLoader;
 
@@ -48,11 +47,6 @@
 protected:
 
     void onEntry(QEvent *event);
-    void onExit(QEvent *event);
-
-private slots:
-
-    void stateExited();
     
 signals:
     void exit();    
@@ -63,10 +57,6 @@
     void setFieldPresentation(QString key,
             CaSoftwareRegistry::DetailMap &detailMap,
             HbDocumentLoader &loader);
-
-private:
-
-    HbDialog *mDialog;
 };
 
 #endif /* HSVIEWAPPDETAILSSTATE_H_ */