summaryrefslogtreecommitdiffstats
path: root/qtjava/designer/juic/java/methods.xsl
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-21 18:50:21 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-21 18:50:21 -0600
commit427847240b11c1733dd9c259c613d68a6405fe68 (patch)
tree71a03608b683f39cbb48ea79f9c40dc7a320019e /qtjava/designer/juic/java/methods.xsl
parent3b8c3eec420595c4532e4c4f2282b6bc2802d5a9 (diff)
downloadtdebindings-427847240b11c1733dd9c259c613d68a6405fe68.tar.gz
tdebindings-427847240b11c1733dd9c259c613d68a6405fe68.zip
Rename KCmdLineArgs to TDECmdLineArgs to avoid conflicts with KDE4
Diffstat (limited to 'qtjava/designer/juic/java/methods.xsl')
-rw-r--r--qtjava/designer/juic/java/methods.xsl2
1 files changed, 1 insertions, 1 deletions
diff --git a/qtjava/designer/juic/java/methods.xsl b/qtjava/designer/juic/java/methods.xsl
index f2d6c12a..b9e27e52 100644
--- a/qtjava/designer/juic/java/methods.xsl
+++ b/qtjava/designer/juic/java/methods.xsl
@@ -51,7 +51,7 @@
public static void main(String [] args) {
<xsl:choose>
<xsl:when test="$kde">
- KCmdLineArgs.init( args , "<xsl:value-of select="$mainClass"/>", "<xsl:value-of select="$mainClass"/>", "<xsl:value-of select="java:toJavaString(/UI/widget/property[@name='caption']/string)"/>", "version");
+ TDECmdLineArgs.init( args , "<xsl:value-of select="$mainClass"/>", "<xsl:value-of select="$mainClass"/>", "<xsl:value-of select="java:toJavaString(/UI/widget/property[@name='caption']/string)"/>", "version");
TDEApplication app = new TDEApplication();
</xsl:when>
<xsl:otherwise>