diff options
author | Timothy Pearson <[email protected]> | 2013-01-26 13:14:29 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-01-26 13:14:29 -0600 |
commit | 9778efc3900bdc23e8894337dfa122c75f7cbc54 (patch) | |
tree | 137d03cc5381000184472e07229a9f4d7b27563e /kalyptus/kalyptusCxxToSwig.pm | |
parent | 2407db5f826af170cd6e28cb49d18930309c5518 (diff) | |
download | libtqt-perl-9778efc3900bdc23e8894337dfa122c75f7cbc54.tar.gz libtqt-perl-9778efc3900bdc23e8894337dfa122c75f7cbc54.zip |
Rename a number of libraries and executables to avoid conflicts with KDE4
Diffstat (limited to 'kalyptus/kalyptusCxxToSwig.pm')
-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 f25387e..0600eac 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|kparts|ktexteditor|libkmid)/([^/]*$)! ) { + if ( $sourcename =~ m!.*(dom|kabc|tdeprint|tdesu|kio|kjs|tdeparts|tdetexteditor|libtdemid)/([^/]*$)! ) { $sourcename = $1."/".$2; } else { $sourcename =~ s!.*/([^/]*$)!$1!; |