diff options
author | Slávek Banko <[email protected]> | 2013-09-03 19:59:05 +0200 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2013-09-03 19:59:05 +0200 |
commit | 6dc415932b48465bfec7269c0f1075af145400c6 (patch) | |
tree | 5c7ca06517d4bf79c1472ada4aac5e6dc975b7c5 /kalyptus/kalyptusCxxToJNI.pm | |
parent | 29c4b06c27351fe68de491c68eaa3ec65f658efb (diff) | |
download | libtqt-perl-6dc415932b48465bfec7269c0f1075af145400c6.tar.gz libtqt-perl-6dc415932b48465bfec7269c0f1075af145400c6.zip |
Additional k => tde renaming and fixes
Diffstat (limited to 'kalyptus/kalyptusCxxToJNI.pm')
-rw-r--r-- | kalyptus/kalyptusCxxToJNI.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kalyptus/kalyptusCxxToJNI.pm b/kalyptus/kalyptusCxxToJNI.pm index dae1181..1f33d7a 100644 --- a/kalyptus/kalyptusCxxToJNI.pm +++ b/kalyptus/kalyptusCxxToJNI.pm @@ -5565,7 +5565,7 @@ sub printJavadocComment($$$$) } $returntext =~ s/DOM#([A-Z])/$1/g; - $returntext =~ s/KIO#([A-Z])/$1/g; + $returntext =~ s/TDEIO#([A-Z])/$1/g; $returntext =~ s/KParts#([A-Z])/$1/g; $returntext =~ s/const\s+(\w+)\s*\&/$1/g; $returntext =~ s/TQChar/char/g; |