diff options
Diffstat (limited to 'kdoctools/docbook/xsl/params/htmlhelp.window.geometry.xml')
-rw-r--r-- | kdoctools/docbook/xsl/params/htmlhelp.window.geometry.xml | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/kdoctools/docbook/xsl/params/htmlhelp.window.geometry.xml b/kdoctools/docbook/xsl/params/htmlhelp.window.geometry.xml index 0ba52e843..e0742b10d 100644 --- a/kdoctools/docbook/xsl/params/htmlhelp.window.geometry.xml +++ b/kdoctools/docbook/xsl/params/htmlhelp.window.geometry.xml @@ -1,16 +1,16 @@ -<refentry id="htmlhelp.window.tqgeometry"> +<refentry id="htmlhelp.window.geometry"> <refmeta> -<refentrytitle>htmlhelp.window.tqgeometry</refentrytitle> +<refentrytitle>htmlhelp.window.geometry</refentrytitle> <refmiscinfo role="type">string</refmiscinfo> </refmeta> <refnamediv> -<refname>htmlhelp.window.tqgeometry</refname> -<refpurpose>Set initial tqgeometry of help window</refpurpose> +<refname>htmlhelp.window.geometry</refname> +<refpurpose>Set initial geometry of help window</refpurpose> </refnamediv> <refsynopsisdiv> -<src:fragment id='htmlhelp.window.tqgeometry.frag'> -<xsl:param name="htmlhelp.window.tqgeometry"/> +<src:fragment id='htmlhelp.window.geometry.frag'> +<xsl:param name="htmlhelp.window.geometry"/> </src:fragment> </refsynopsisdiv> @@ -19,7 +19,7 @@ <para>This parameter specifies initial position of help window. E.g.</para> -<programlisting><![CDATA[<xsl:param name="htmlhelp.window.tqgeometry">[160,64,992,704]</xsl:param>]]></programlisting> +<programlisting><![CDATA[<xsl:param name="htmlhelp.window.geometry">[160,64,992,704]</xsl:param>]]></programlisting> </refsect1> </refentry> |