wlanutilities/wlanwizard/inc/wlanwizardpageprocessingsettings.h
changeset 39 7b3e49e4608a
parent 31 e8f4211554fb
--- a/wlanutilities/wlanwizard/inc/wlanwizardpageprocessingsettings.h	Thu Jun 10 15:44:54 2010 +0300
+++ b/wlanutilities/wlanwizard/inc/wlanwizardpageprocessingsettings.h	Thu Jun 24 10:49:51 2010 +0300
@@ -23,9 +23,7 @@
 
 // User includes
 #include "wlanwizardpageinternal.h"
-#ifdef ICT_RESULT_ENUM
 #include "wlanqtutils.h"
-#endif
 
 // Forward declarations
 class HbDocumentLoader;
@@ -60,11 +58,7 @@
 public slots:
     void loadDocmlSection(Qt::Orientation orientation);
     void wlanNetworkClosed(int iapId, int reason);
-#ifdef ICT_RESULT_ENUM
-    void ictResult(int iapId, WlanLoginIctsResultType result);
-#else
-    void ictResult(int iapId, bool result);
-#endif
+    void ictResult(int iapId, int result);
     void wlanNetworkOpened(int iapId);
     
 protected: