searchui/stateproviders/searchstateprovider/src/searchsettingsstate.cpp
changeset 26 367228f82b66
parent 21 708468d5143e
--- a/searchui/stateproviders/searchstateprovider/src/searchsettingsstate.cpp	Tue Sep 28 11:50:55 2010 +0530
+++ b/searchui/stateproviders/searchstateprovider/src/searchsettingsstate.cpp	Tue Oct 05 13:32:14 2010 +0530
@@ -26,7 +26,6 @@
 #include <hbaction.h>
 #include <hbgridview.h>
 #include <qstandarditemmodel.h>
-#include <qdebug.h>
 #include <qgraphicswidget.h>
 #include <qdir.h>
 // ---------------------------------------------------------------------------
@@ -41,10 +40,7 @@
 
     connect(mWidget, SIGNAL(settingsEvent(bool)), this,
             SLOT(handleBackEvent(bool)));
-
-    connect(mWidget, SIGNAL(selectedItemCategory(int, bool)), this,
-            SLOT(getItemCategory(int, bool)));
-
+    
     connect(mWidget, SIGNAL(ISProvidersIcon(HbIcon, int)), this,
             SLOT(slotISProvidersIcon(HbIcon, int)));
     }
@@ -66,14 +62,6 @@
     emit publishISProviderIcon(id, icon);
     }
 // ---------------------------------------------------------------------------
-// SearchSettingsState::getItemCategory
-// ---------------------------------------------------------------------------
-//
-void SearchSettingsState::getItemCategory(int str, bool avalue)
-    {
-    emit publishSelectedCategory(str, avalue);
-    }
-// ---------------------------------------------------------------------------
 // SearchSettingsState::onEntry
 // ---------------------------------------------------------------------------
 //
@@ -88,8 +76,6 @@
         mWidget->loadIS();
         isInternetOn();
         minitialCount = false;
-       // isInternetOn();
-        //emit backEventTriggered();
         }
     else
         {