homescreenapp/stateplugins/hsapplibrarystateplugin/inc/hscollectionstate.h
changeset 61 2b1b11a301d2
parent 60 30f14686fb04
child 77 4b195f3bea29
--- a/homescreenapp/stateplugins/hsapplibrarystateplugin/inc/hscollectionstate.h	Wed Jun 23 18:03:36 2010 +0300
+++ b/homescreenapp/stateplugins/hsapplibrarystateplugin/inc/hscollectionstate.h	Tue Jul 06 14:06:53 2010 +0300
@@ -22,9 +22,7 @@
 #include <qabstractitemmodel.h>
 #include <QPointer>
 
-#include "hsmenustates_global.h"
-#include "hsmenuservice.h"
-#include "hsmenuview.h"
+#include "hsbaseviewstate.h"
 
 HS_STATES_TEST_CLASS(MenuStatesTest)
 
@@ -38,7 +36,7 @@
 class HsMenuViewBuilder;
 class HsMainWindow;
 
-class HsCollectionState: public QState
+class HsCollectionState: public HsBaseViewState
 {
     Q_OBJECT
     HS_STATES_TEST_FRIEND_CLASS(MenuStatesTest)