aknlayoutcompiler/src/Lay2Cdl.cpp
branchRCL_3
changeset 44 8b4f687b7a95
parent 1 b700e12870ca
--- a/aknlayoutcompiler/src/Lay2Cdl.cpp	Wed Sep 01 12:16:33 2010 +0100
+++ b/aknlayoutcompiler/src/Lay2Cdl.cpp	Tue Sep 14 23:14:45 2010 +0300
@@ -1,5 +1,5 @@
 /*
-* Copyright (c) 2002-2004 Nokia Corporation and/or its subsidiary(-ies).
+* Copyright (c) 2002-2010 Nokia Corporation and/or its subsidiary(-ies).
 * All rights reserved.
 * This component and the accompanying materials are made available
 * under the terms of "Eclipse Public License v1.0"
@@ -258,6 +258,6 @@
 	string ifName(InterfaceName(CdlTkUtil::StripPath(aCdlName)));
 	aInterface.Header().SetName(ifName);
 	aInterface.Header().SetVersion(CCdlTkInterfaceHeader::CVersion(KGeneratedInterfaceMajorVer, KGeneratedInterfaceMinorVer));
-	aInterface.Cpp().push_back("#include <aknlayout2def.h>");
+	aInterface.Cpp().push_back("#include <AknLayout2Def.h>");
 	}