diff -r 341166945d65 -r 52b0f64eeb51 homescreenapp/stateplugins/hsapplibrarystateplugin/src/hsapplibrarystate.cpp --- a/homescreenapp/stateplugins/hsapplibrarystateplugin/src/hsapplibrarystate.cpp Fri Jun 25 19:19:22 2010 +0300 +++ b/homescreenapp/stateplugins/hsapplibrarystateplugin/src/hsapplibrarystate.cpp Fri Jul 09 14:36:01 2010 +0300 @@ -14,18 +14,11 @@ * Description: Menu Application Library state. * */ -#include -#include -#include + +#include #include -#include -#include -#include -#include #include #include -#include - #include "hstest_global.h" #include "hsapplibrarystate.h" @@ -34,7 +27,7 @@ #include "hscollectionstate.h" #include "hsinstalledappsstate.h" #include "hsoperatorhandler.h" -#include "hsmenuview.h" +#include "hsmenueventtransition.h" #include "hsmenumodetransition.h" @@ -180,11 +173,6 @@ constructToolbar(); - connect(mAllCollectionsState, SIGNAL(sortOrderChanged(HsSortAttribute)), - mAllAppsState, SLOT(collectionsSortOrder(HsSortAttribute))); - connect(mAllCollectionsState, SIGNAL(sortOrderChanged(HsSortAttribute)), - mCollectionState, SLOT(collectionsSortOrder(HsSortAttribute))); - connect(mAllAppsState, SIGNAL(entered()), this, SLOT(allAppsStateEntered()));