summaryrefslogtreecommitdiffstats
path: root/qtjava/designer/juic/java/put.xsl
diff options
context:
space:
mode:
Diffstat (limited to 'qtjava/designer/juic/java/put.xsl')
-rw-r--r--qtjava/designer/juic/java/put.xsl6
1 files changed, 3 insertions, 3 deletions
diff --git a/qtjava/designer/juic/java/put.xsl b/qtjava/designer/juic/java/put.xsl
index 884321dc..1bb36ddb 100644
--- a/qtjava/designer/juic/java/put.xsl
+++ b/qtjava/designer/juic/java/put.xsl
@@ -411,7 +411,7 @@
</xsl:if>
<xsl:message>Generating slot "<xsl:value-of select="$method"/></xsl:message>
/**
- * SLOT <xsl:value-of select="$method"/>
+ * TQ_SLOT <xsl:value-of select="$method"/>
*/
<xsl:choose>
<xsl:when test="$abstract">
@@ -419,7 +419,7 @@
</xsl:when>
<xsl:otherwise>
<xsl:value-of select="$method"/> {
- tqWarning("Warning: SLOT \"<xsl:value-of select="$method"/>\" must be overridden");
+ tqWarning("Warning: TQ_SLOT \"<xsl:value-of select="$method"/>\" must be overridden");
<xsl:if test="not($return = 'void')">
<xsl:choose>
<xsl:when test="$return = 'byte' or $return = 'short' or $return = 'int' or $return = 'long'">
@@ -447,7 +447,7 @@
<xsl:template name="putSignal">
<xsl:param name="data"/>
<xsl:variable name="sig" select="java:cpp-to-java-signature(.)"/>
- /** SIGNAL <xsl:value-of select="."/> */
+ /** TQ_SIGNAL <xsl:value-of select="."/> */
</xsl:template>
<!--