diff options
Diffstat (limited to 'kjsembed/tools/doxygen2cons_cpp.xsl')
-rw-r--r-- | kjsembed/tools/doxygen2cons_cpp.xsl | 2 |
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 <klocale.h> +#include <tdelocale.h> #include <kjs/object.h> #include <<xsl:value-of select="includes" />> |