diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-01-03 04:12:51 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-01-03 04:12:51 +0000 |
commit | 560378aaca1784ba19806a0414a32b20c744de39 (patch) | |
tree | ce0dfd7c3febf2a1adc7603d1019a8be2083c415 /kdoctools/docbook/xsl/html/param.xsl | |
parent | d4d5af1cdbd3cc65d095e0afc5b1f4260091cf5d (diff) | |
download | tdelibs-560378aaca1784ba19806a0414a32b20c744de39.tar.gz tdelibs-560378aaca1784ba19806a0414a32b20c744de39.zip |
Automated conversion for enhanced compatibility with TQt for Qt4 3.4.0 TP1
NOTE: This will not compile with Qt4 (yet), however it does compile with Qt3
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdelibs@1211081 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'kdoctools/docbook/xsl/html/param.xsl')
-rw-r--r-- | kdoctools/docbook/xsl/html/param.xsl | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/kdoctools/docbook/xsl/html/param.xsl b/kdoctools/docbook/xsl/html/param.xsl index b1d7ef8ad..772e6727f 100644 --- a/kdoctools/docbook/xsl/html/param.xsl +++ b/kdoctools/docbook/xsl/html/param.xsl @@ -35,9 +35,9 @@ <xsl:param name="callout.graphics.number.limit" select="'15'"/> <xsl:param name="callout.graphics.path" select="'images/callouts/'"/> <xsl:param name="callout.list.table" select="'1'"/> -<xsl:param name="callout.unicode" select="0"/> -<xsl:param name="callout.unicode.number.limit" select="'10'"/> -<xsl:param name="callout.unicode.start.character" select="10102"/> +<xsl:param name="callout.tqunicode" select="0"/> +<xsl:param name="callout.tqunicode.number.limit" select="'10'"/> +<xsl:param name="callout.tqunicode.start.character" select="10102"/> <xsl:param name="callouts.extension" select="'1'"/> <xsl:param name="chapter.autolabel" select="1"/> <xsl:param name="chunk.first.sections" select="0"/> @@ -177,7 +177,7 @@ set toc,title <xsl:param name="htmlhelp.show.toolbar.text" select="1"/> <xsl:param name="htmlhelp.title" select="''"/> <xsl:param name="htmlhelp.use.hhk" select="0"/> -<xsl:param name="htmlhelp.window.geometry"/> +<xsl:param name="htmlhelp.window.tqgeometry"/> <xsl:param name="img.src.path"/> <xsl:param name="index.on.role" select="0"/> <xsl:param name="index.on.type" select="0"/> |