diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2013-09-03 19:59:05 +0200 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2013-09-03 19:59:05 +0200 |
commit | 6dc415932b48465bfec7269c0f1075af145400c6 (patch) | |
tree | 5c7ca06517d4bf79c1472ada4aac5e6dc975b7c5 /kalyptus/kalyptusCxxToKimono.pm | |
parent | 29c4b06c27351fe68de491c68eaa3ec65f658efb (diff) | |
download | libtqt-perl-6dc415932b48465bfec7269c0f1075af145400c6.tar.gz libtqt-perl-6dc415932b48465bfec7269c0f1075af145400c6.zip |
Additional k => tde renaming and fixes
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 7bce8f3..bdf4f6d 100644 --- a/kalyptus/kalyptusCxxToKimono.pm +++ b/kalyptus/kalyptusCxxToKimono.pm @@ -3594,7 +3594,7 @@ sub printCSharpdocComment($$$$) } $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; |