diff options
author | Timothy Pearson <[email protected]> | 2013-01-22 19:59:45 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-01-22 19:59:45 -0600 |
commit | dacb3c251a579dd140d3a27a9863215b85752eea (patch) | |
tree | 6f9f1a208a61f35a312eb04c20ef751d52c15024 | |
parent | f30a3aea2526bd980eb0665c7f209dc6cadecb4f (diff) | |
download | admin-dacb3c251a579dd140d3a27a9863215b85752eea.tar.gz admin-dacb3c251a579dd140d3a27a9863215b85752eea.zip |
Rename KInstance and KAboutData to avoid conflicts with KDE4
-rw-r--r-- | cvs.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -537,7 +537,7 @@ for subdir in $dirs; do echo "$subdir has *.rc, *.ui or *.kcfg files, but not correct messages line" fi fi - if find . -name \*.c\* -o -name \*.h\* | fgrep -v ".svn" | xargs fgrep -s -q KAboutData ; then + if find . -name \*.c\* -o -name \*.h\* | fgrep -v ".svn" | xargs fgrep -s -q TDEAboutData ; then echo -e 'i18n("_: NAME OF TRANSLATORS\\n"\n"Your names")\ni18n("_: EMAIL OF TRANSLATORS\\n"\n"Your emails")' > _translatorinfo.cpp else echo " " > _translatorinfo.cpp fi |