diff options
author | Timothy Pearson <[email protected]> | 2013-01-27 00:59:24 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-01-27 00:59:24 -0600 |
commit | 1bf8fc7d8c4e6aeb97c0b4781f3620d399991c77 (patch) | |
tree | 7a7cc00e101efd042bbf2152f9ce2fb0fd73c72b /kalyptus/kalyptusCxxToSmoke.pm | |
parent | c488c0b88217514f774503738b3ec940e90222bb (diff) | |
download | libtqt-perl-1bf8fc7d8c4e6aeb97c0b4781f3620d399991c77.tar.gz libtqt-perl-1bf8fc7d8c4e6aeb97c0b4781f3620d399991c77.zip |
Rename a number of libraries and executables to avoid conflicts with KDE4
Diffstat (limited to 'kalyptus/kalyptusCxxToSmoke.pm')
-rw-r--r-- | kalyptus/kalyptusCxxToSmoke.pm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/kalyptus/kalyptusCxxToSmoke.pm b/kalyptus/kalyptusCxxToSmoke.pm index 7f0ee14..6fc77d2 100644 --- a/kalyptus/kalyptusCxxToSmoke.pm +++ b/kalyptus/kalyptusCxxToSmoke.pm @@ -230,7 +230,7 @@ BEGIN 'TQStyle::SubControls' => 'int', ); -$headerSubdirectories = "kio/|tdevelop/|kinterfacedesigner/|kontact/|kate/|tdeparts/|dom/|kabc/|ksettings/|kjs/|tdetexteditor/|tdeprint/|tdesu/|knewstuff/" +$headerSubdirectories = "tdeio/|tdevelop/|kinterfacedesigner/|kontact/|kate/|tdeparts/|dom/|kabc/|ksettings/|kjs/|tdetexteditor/|tdeprint/|tdesu/|knewstuff/" } @@ -932,9 +932,9 @@ my $fhn =1; # static delete $includes{"kshortcut.h"}; } if (defined $includes{"kshortcutlist.h"}) { - print $fh "#include <kconfigbase.h>\n"; + print $fh "#include <tdeconfigbase.h>\n"; print $fh "#include <kshortcutlist.h>\n"; - delete $includes{"kconfigbase.h"}; + delete $includes{"tdeconfigbase.h"}; delete $includes{"kshortcutlist.h"}; } if (defined $includes{"kaction.h"}) { |