summaryrefslogtreecommitdiffstats
path: root/kalyptus/kalyptusCxxToSmoke.pm
diff options
context:
space:
mode:
Diffstat (limited to 'kalyptus/kalyptusCxxToSmoke.pm')
-rw-r--r--kalyptus/kalyptusCxxToSmoke.pm18
1 files changed, 9 insertions, 9 deletions
diff --git a/kalyptus/kalyptusCxxToSmoke.pm b/kalyptus/kalyptusCxxToSmoke.pm
index b35553b7..4c4bc9ac 100644
--- a/kalyptus/kalyptusCxxToSmoke.pm
+++ b/kalyptus/kalyptusCxxToSmoke.pm
@@ -927,19 +927,19 @@ my $fhn =1; # static
print $fh "#include <qurl.h>\n";
delete $includes{"qurl.h"};
}
- if (defined $includes{"kshortcut.h"}) {
- print $fh "#include <kshortcut.h>\n";
- delete $includes{"kshortcut.h"};
+ if (defined $includes{"tdeshortcut.h"}) {
+ print $fh "#include <tdeshortcut.h>\n";
+ delete $includes{"tdeshortcut.h"};
}
- if (defined $includes{"kshortcutlist.h"}) {
+ if (defined $includes{"tdeshortcutlist.h"}) {
print $fh "#include <tdeconfigbase.h>\n";
- print $fh "#include <kshortcutlist.h>\n";
+ print $fh "#include <tdeshortcutlist.h>\n";
delete $includes{"tdeconfigbase.h"};
- delete $includes{"kshortcutlist.h"};
+ delete $includes{"tdeshortcutlist.h"};
}
- if (defined $includes{"kaction.h"}) {
- print $fh "#include <kaction.h>\n";
- delete $includes{"kaction.h"};
+ if (defined $includes{"tdeaction.h"}) {
+ print $fh "#include <tdeaction.h>\n";
+ delete $includes{"tdeaction.h"};
}
foreach my $incl (keys %includes) {
die if $incl eq '';