diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-27 15:28:03 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-27 15:28:03 -0600 |
commit | d581c9e95286acbc16b4c0edaee742e994d58d29 (patch) | |
tree | 7d9008e334d731918db91ede0cbe5c26681255ac /kalyptus | |
parent | f14b1464f6245c90aaa31843fdc069e080011932 (diff) | |
download | tdebindings-d581c9e95286acbc16b4c0edaee742e994d58d29.tar.gz tdebindings-d581c9e95286acbc16b4c0edaee742e994d58d29.zip |
Finish initial rename of kio
Diffstat (limited to 'kalyptus')
-rw-r--r-- | kalyptus/kalyptusCxxToSwig.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kalyptus/kalyptusCxxToSwig.pm b/kalyptus/kalyptusCxxToSwig.pm index 8cd2bc12..e4e72f54 100644 --- a/kalyptus/kalyptusCxxToSwig.pm +++ b/kalyptus/kalyptusCxxToSwig.pm @@ -838,7 +838,7 @@ sub writeClassDoc my $sourcename = $node->{Source}->{astNodeName}; - if ( $sourcename =~ m!.*(dom|kabc|tdeprint|tdesu|kio|kjs|tdeparts|tdetexteditor|libtdemid)/([^/]*$)! ) { + if ( $sourcename =~ m!.*(dom|kabc|tdeprint|tdesu|tdeio|kjs|tdeparts|tdetexteditor|libtdemid)/([^/]*$)! ) { $sourcename = $1."/".$2; } else { $sourcename =~ s!.*/([^/]*$)!$1!; |