diff options
Diffstat (limited to 'kdoctools/customization/kde-style.xsl')
-rw-r--r-- | kdoctools/customization/kde-style.xsl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kdoctools/customization/kde-style.xsl b/kdoctools/customization/kde-style.xsl index 9511539fa..03e8bc987 100644 --- a/kdoctools/customization/kde-style.xsl +++ b/kdoctools/customization/kde-style.xsl @@ -43,8 +43,8 @@ </span> </xsl:template> -<xsl:template match="tqreplaceable" priority="1"> - <span class="tqreplaceable"> +<xsl:template match="replaceable" priority="1"> + <span class="replaceable"> <xsl:call-template name="inline.italicmonoseq"/> </span> </xsl:template> |