diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-15 21:45:35 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-15 21:45:35 -0600 |
commit | 3f72026be22b42e127b839806d938f71ac1aa6c3 (patch) | |
tree | 3f8b413b1bd1d90a2aa65f674c97794bc9194f41 /am_edit | |
parent | dfd8cf12a2d6044256a1e3876470fa553bf7ca52 (diff) | |
download | kchmviewer-3f72026be22b42e127b839806d938f71ac1aa6c3.tar.gz kchmviewer-3f72026be22b42e127b839806d938f71ac1aa6c3.zip |
Rename additional header files to avoid conflicts with KDE4
Diffstat (limited to 'am_edit')
-rw-r--r-- | am_edit | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1112,7 +1112,7 @@ sub tag_UIFILES () $dep_lines .= "$source.$cxxsuffix: $sourcedir$source.ui $source.h $source.moc\n"; $dep_lines .= "\trm -f $source.$cxxsuffix\n"; if (!$kdeopts{"qtonly"}) { - $dep_lines .= "\techo '#include <klocale.h>' > $source.$cxxsuffix\n"; + $dep_lines .= "\techo '#include <tdelocale.h>' > $source.$cxxsuffix\n"; my ($mangled_source) = $source; $mangled_source =~ s/[^A-Za-z0-9]/_/g; # get rid of garbage $dep_lines .= "\t\$(UIC) -tr \${UIC_TR} -i $source.h $sourcedir$source.ui | sed -e \"s,\${UIC_TR}( \\\"\\\" ),QString::null,g\" | sed -e \"s,\${UIC_TR}( \\\"\\\"\\, \\\"\\\" ),QString::null,g\" | sed -e \"s,image\\([0-9][0-9]*\\)_data,img\\1_" . $mangled_source . ",g\" >> $source.$cxxsuffix || rm -f $source.$cxxsuffix\n"; |