summaryrefslogtreecommitdiffstats
path: root/kjsembed/tools/doxygen2cons_cpp.xsl
diff options
context:
space:
mode:
Diffstat (limited to 'kjsembed/tools/doxygen2cons_cpp.xsl')
-rw-r--r--kjsembed/tools/doxygen2cons_cpp.xsl2
1 files changed, 1 insertions, 1 deletions
diff --git a/kjsembed/tools/doxygen2cons_cpp.xsl b/kjsembed/tools/doxygen2cons_cpp.xsl
index 91bad62b..f23e5e80 100644
--- a/kjsembed/tools/doxygen2cons_cpp.xsl
+++ b/kjsembed/tools/doxygen2cons_cpp.xsl
@@ -5,7 +5,7 @@
<xsl:variable name="clazz" select="compoundname" />
<xsl:variable name="consmeth" select="sectiondef/memberdef[@kind='function' and @prot='public']" />
-#include &lt;klocale.h>
+#include &lt;tdelocale.h>
#include &lt;kjs/object.h>
#include &lt;<xsl:value-of select="includes" />>