summaryrefslogtreecommitdiffstats
path: root/kalyptus/kalyptusCxxToSmoke.pm
diff options
context:
space:
mode:
authorTimothy Pearson <[email protected]>2013-02-01 23:17:20 -0600
committerTimothy Pearson <[email protected]>2013-02-01 23:17:20 -0600
commitf9d30ac5350b42430604fd82d4672173272d4278 (patch)
tree199dcf784bb6644e2795a461bba7a8eac9c1daa5 /kalyptus/kalyptusCxxToSmoke.pm
parente2b9f0fee44580932c70dc63f352058175b49943 (diff)
downloadlibtqt-perl-f9d30ac5350b42430604fd82d4672173272d4278.tar.gz
libtqt-perl-f9d30ac5350b42430604fd82d4672173272d4278.zip
Rename many classes and header files to avoid conflicts with KDE4
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 1812996..49c8930 100644
--- a/kalyptus/kalyptusCxxToSmoke.pm
+++ b/kalyptus/kalyptusCxxToSmoke.pm
@@ -927,19 +927,19 @@ my $fhn =1; # static
print $fh "#include <ntqurl.h>\n";
delete $includes{"ntqurl.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 '';