From dacb3c251a579dd140d3a27a9863215b85752eea Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Tue, 22 Jan 2013 19:59:45 -0600 Subject: [PATCH] Rename KInstance and KAboutData to avoid conflicts with KDE4 --- cvs.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cvs.sh b/cvs.sh index 824b7fe..a383260 100644 --- a/cvs.sh +++ b/cvs.sh @@ -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