cdlcompilertoolkit/src/CdlTkSyntaxCheck.cpp
branchRCL_3
changeset 44 8b4f687b7a95
parent 1 b700e12870ca
--- a/cdlcompilertoolkit/src/CdlTkSyntaxCheck.cpp	Wed Sep 01 12:16:33 2010 +0100
+++ b/cdlcompilertoolkit/src/CdlTkSyntaxCheck.cpp	Tue Sep 14 23:14:45 2010 +0300
@@ -1,5 +1,5 @@
 /*
-* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* Copyright (c) 2009, 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"
@@ -87,7 +87,7 @@
 	CdlTkUtil::OpenOutput(out, aName);
 
 	out << "#line 1 \"" << CdlTkUtil::StripPath(iCdl.FileName()) << "\"" << endl;
-	out << "#include <cdlengine.h>" << endl;
+	out << "#include <CdlEngine.h>" << endl;
 	const CCdlTkCpp& cpp = iCdl.Cpp();
 	for (CCdlTkCpp::const_iterator pCpp = cpp.begin(); pCpp != cpp.end(); ++pCpp)
 		{