ipsservices/ipssossettings/tsrc/IpsSosTestApp/src/TESTAPPContainer.cpp
branchRCL_3
changeset 8 e1b6206813b4
parent 3 a4d6f1ea0416
--- a/ipsservices/ipssossettings/tsrc/IpsSosTestApp/src/TESTAPPContainer.cpp	Tue Feb 02 00:02:40 2010 +0200
+++ b/ipsservices/ipssossettings/tsrc/IpsSosTestApp/src/TESTAPPContainer.cpp	Fri Feb 19 22:37:30 2010 +0200
@@ -20,7 +20,7 @@
 #include "TestAppContainer.h"
 #include <aknlists.h>
 #include <AknsUtils.h>
-#include <AppLayout.cdl.h>
+#include <applayout.cdl.h>
 #include <AknIconUtils.h>
 #include <AknsConstants.h>
 #include <AknsDrawUtils.h>
@@ -38,11 +38,11 @@
     CreateWindowL(); 
 
     // Get the skin instance
-	iSkinInstance = AknsUtils::SkinInstance();
+    iSkinInstance = AknsUtils::SkinInstance();
 
-	// Create background control context for skinning the background
-	iBackgroundSkinContext = CAknsBasicBackgroundControlContext::NewL( 
-			KAknsIIDSkinBmpMainPaneUsual, aRect, ETrue );
+    // Create background control context for skinning the background
+    iBackgroundSkinContext = CAknsBasicBackgroundControlContext::NewL( 
+            KAknsIIDSkinBmpMainPaneUsual, aRect, ETrue );
     
     iListBox = new (ELeave) CEikTextListBox;
     iListBox->SetContainerWindowL( *this );
@@ -119,7 +119,7 @@
 void CTestAppContainer::Draw(const TRect& /*aRect*/) const
     {
     CWindowGc& gc = SystemGc();
-	
+    
     AknsDrawUtils::Background( iSkinInstance, 
         iBackgroundSkinContext, this, gc, Rect() );
     }