diff --git a/Source/cmLocalKdevelopGenerator.cxx b/Source/cmLocalKdevelopGenerator.cxx index 7b87d83b7..8f98c9a73 100644 --- a/Source/cmLocalKdevelopGenerator.cxx +++ b/Source/cmLocalKdevelopGenerator.cxx @@ -224,7 +224,7 @@ void cmLocalKdevelopGenerator::CreateNewProjectFile(const std::string& dir, cons fout<<" </environments>\n"; fout<<" </make>\n"; fout<<" </kdevcustomproject>\n"; - fout<<" <kdevfileCreate>\n"; + fout<<" <kdevfilecreate>\n"; fout<<" <filetypes/>\n"; fout<<" <useglobaltypes>\n"; fout<<" <type ext=\"ui\" />\n";