From f9d30ac5350b42430604fd82d4672173272d4278 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Fri, 1 Feb 2013 23:17:20 -0600 Subject: Rename many classes and header files to avoid conflicts with KDE4 --- kalyptus/kalyptusCxxToSmoke.pm | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'kalyptus/kalyptusCxxToSmoke.pm') diff --git a/kalyptus/kalyptusCxxToSmoke.pm b/kalyptus/kalyptusCxxToSmoke.pm index 1812996..49c8930 100644 --- a/kalyptus/kalyptusCxxToSmoke.pm +++ b/kalyptus/kalyptusCxxToSmoke.pm @@ -927,19 +927,19 @@ my $fhn =1; # static print $fh "#include \n"; delete $includes{"ntqurl.h"}; } - if (defined $includes{"kshortcut.h"}) { - print $fh "#include \n"; - delete $includes{"kshortcut.h"}; + if (defined $includes{"tdeshortcut.h"}) { + print $fh "#include \n"; + delete $includes{"tdeshortcut.h"}; } - if (defined $includes{"kshortcutlist.h"}) { + if (defined $includes{"tdeshortcutlist.h"}) { print $fh "#include \n"; - print $fh "#include \n"; + print $fh "#include \n"; delete $includes{"tdeconfigbase.h"}; - delete $includes{"kshortcutlist.h"}; + delete $includes{"tdeshortcutlist.h"}; } - if (defined $includes{"kaction.h"}) { - print $fh "#include \n"; - delete $includes{"kaction.h"}; + if (defined $includes{"tdeaction.h"}) { + print $fh "#include \n"; + delete $includes{"tdeaction.h"}; } foreach my $incl (keys %includes) { die if $incl eq ''; -- cgit v1.2.1