summaryrefslogtreecommitdiffstats
path: root/kalyptus/kalyptusCxxToKimono.pm
diff options
context:
space:
mode:
authorTimothy Pearson <[email protected]>2013-01-21 18:37:31 -0600
committerTimothy Pearson <[email protected]>2013-01-21 18:37:31 -0600
commit7c430d16633233bcece961f08ef41034f076a3f2 (patch)
tree6fcd344f841c77a6fcb123f72504b3c48a57fdde /kalyptus/kalyptusCxxToKimono.pm
parent1431b12f04e02b17dec84969d7109ca722c8f14b (diff)
downloadlibtqt-perl-7c430d16633233bcece961f08ef41034f076a3f2.tar.gz
libtqt-perl-7c430d16633233bcece961f08ef41034f076a3f2.zip
Rename KCmdLineArgs to TDECmdLineArgs to avoid conflicts with KDE4
Diffstat (limited to 'kalyptus/kalyptusCxxToKimono.pm')
-rw-r--r--kalyptus/kalyptusCxxToKimono.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/kalyptus/kalyptusCxxToKimono.pm b/kalyptus/kalyptusCxxToKimono.pm
index de04004..0c47c77 100644
--- a/kalyptus/kalyptusCxxToKimono.pm
+++ b/kalyptus/kalyptusCxxToKimono.pm
@@ -1865,7 +1865,7 @@ sub generateMethod($$$$$$$)
checkImportsForObject( $argType, $addImport );
}
- if ( $name eq 'TQApplication' or ($csharpClassName eq 'KCmdLineArgs' and $name eq 'init' and scalar(@csharpArgList) > 1) ) {
+ if ( $name eq 'TQApplication' or ($csharpClassName eq 'TDECmdLineArgs' and $name eq 'init' and scalar(@csharpArgList) > 1) ) {
# Junk the 'int argc' parameter
shift @csharpArgTypeList;
shift @csharpArgList;