diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-15 21:56:31 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-15 21:56:31 -0600 |
commit | 5ac308306a9583ca086bb3022b0c25b20feeb7d2 (patch) | |
tree | 865e565d086274f3de5c5e3da411899be47526d3 /kjsembed/tools/doxygen2cons_cpp.xsl | |
parent | ccbad20c6d5a2da13adaf0a3e5e591d3aecd967b (diff) | |
download | tdebindings-5ac308306a9583ca086bb3022b0c25b20feeb7d2.tar.gz tdebindings-5ac308306a9583ca086bb3022b0c25b20feeb7d2.zip |
Rename additional header files to avoid conflicts with KDE4
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" />> |