diff options
author | Timothy Pearson <[email protected]> | 2011-11-06 21:38:26 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2011-11-06 21:38:26 -0600 |
commit | 10bae57b29c7f6b41212ec905df25f2ff6626670 (patch) | |
tree | 45419f367e9880fab70c6484cc881364dc49512a /am_edit | |
parent | 6bb33797592869287a4d3d5158f18de41617fe8d (diff) | |
download | admin-10bae57b29c7f6b41212ec905df25f2ff6626670.tar.gz admin-10bae57b29c7f6b41212ec905df25f2ff6626670.zip |
Rename additional instances of KDE to TDE
Diffstat (limited to 'am_edit')
-rw-r--r-- | am_edit | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -68,7 +68,7 @@ sub tag_CLOSURE(); sub tag_NO_UNDEFINED(); sub tag_NMCHECK(); sub tag_DIST(); -sub tag_KDEINIT(); +sub tag_TDEINIT(); # Some global globals... $verbose = 0; # a debug flag @@ -614,7 +614,7 @@ sub initialise () } } - tag_KDEINIT(); + tag_TDEINIT(); while ($MakefileData =~ /\n(\S*)_OBJECTS\s*=[\034 \t]*([^\n]*)\n/g) { @@ -854,7 +854,7 @@ sub tag_FINAL() } } -sub tag_KDEINIT() +sub tag_TDEINIT() { my @progs = (); my $ltlibs = ""; |