summaryrefslogtreecommitdiffstats
path: root/kjsembed/tools
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-15 21:56:31 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-15 21:56:31 -0600
commit5ac308306a9583ca086bb3022b0c25b20feeb7d2 (patch)
tree865e565d086274f3de5c5e3da411899be47526d3 /kjsembed/tools
parentccbad20c6d5a2da13adaf0a3e5e591d3aecd967b (diff)
downloadtdebindings-5ac308306a9583ca086bb3022b0c25b20feeb7d2.tar.gz
tdebindings-5ac308306a9583ca086bb3022b0c25b20feeb7d2.zip
Rename additional header files to avoid conflicts with KDE4
Diffstat (limited to 'kjsembed/tools')
-rw-r--r--kjsembed/tools/doxygen2cons_cpp.xsl2
-rw-r--r--kjsembed/tools/doxygen2imp_cpp.xsl2
2 files changed, 2 insertions, 2 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" />>
diff --git a/kjsembed/tools/doxygen2imp_cpp.xsl b/kjsembed/tools/doxygen2imp_cpp.xsl
index c485188c..a2be08d4 100644
--- a/kjsembed/tools/doxygen2imp_cpp.xsl
+++ b/kjsembed/tools/doxygen2imp_cpp.xsl
@@ -11,7 +11,7 @@
#include &lt;qpixmap.h>
#include &lt;qfont.h>
-#include &lt;klocale.h>
+#include &lt;tdelocale.h>
#include &lt;kjs/object.h>
#include &lt;kdebug.h>