diff options
author | Timothy Pearson <[email protected]> | 2013-01-21 18:37:31 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-01-21 18:37:31 -0600 |
commit | 7c430d16633233bcece961f08ef41034f076a3f2 (patch) | |
tree | 6fcd344f841c77a6fcb123f72504b3c48a57fdde /kalyptus/kalyptusCxxToKimono.pm | |
parent | 1431b12f04e02b17dec84969d7109ca722c8f14b (diff) | |
download | libtqt-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.pm | 2 |
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; |