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/params/callout.unicode.number.limit.xml | |
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/params/callout.unicode.number.limit.xml')
-rw-r--r-- | kdoctools/docbook/xsl/params/callout.unicode.number.limit.xml | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/kdoctools/docbook/xsl/params/callout.unicode.number.limit.xml b/kdoctools/docbook/xsl/params/callout.unicode.number.limit.xml index f02ae3dfe..c3d8e94d7 100644 --- a/kdoctools/docbook/xsl/params/callout.unicode.number.limit.xml +++ b/kdoctools/docbook/xsl/params/callout.unicode.number.limit.xml @@ -1,25 +1,25 @@ -<refentry id="callout.unicode.number.limit"> +<refentry id="callout.tqunicode.number.limit"> <refmeta> -<refentrytitle>callout.unicode.number.limit</refentrytitle> +<refentrytitle>callout.tqunicode.number.limit</refentrytitle> <refmiscinfo role="type">integer</refmiscinfo> </refmeta> <refnamediv> -<refname>callout.unicode.number.limit</refname> +<refname>callout.tqunicode.number.limit</refname> <refpurpose>Number of the largest callout graphic</refpurpose> </refnamediv> <refsynopsisdiv> -<src:fragment id='callout.unicode.number.limit.frag'><xsl:param name="callout.unicode.number.limit" select="'10'"/></src:fragment> +<src:fragment id='callout.tqunicode.number.limit.frag'><xsl:param name="callout.tqunicode.number.limit" select="'10'"/></src:fragment> </refsynopsisdiv> <refsect1><title>Description</title> -<para>If <parameter>callout.unicode</parameter> -is non-zero, unicode characters are used to represent +<para>If <parameter>callout.tqunicode</parameter> +is non-zero, tqunicode characters are used to represent callout numbers. The value of -<parameter>callout.unicode.number.limit</parameter> +<parameter>callout.tqunicode.number.limit</parameter> is -the largest number for which a unicode character exists. If the callout number +the largest number for which a tqunicode character exists. If the callout number exceeds this limit, the default presentation "(nnn)" will always be used. </para> |