diff options
author | Timothy Pearson <[email protected]> | 2013-01-22 19:59:17 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-01-22 19:59:17 -0600 |
commit | 1df2f500a957032dfe399a9041cb99f0d59f51c1 (patch) | |
tree | 9d2cdebb305403fd8811c321044003391e4e7a6f | |
parent | 4033d79dc489ed1c08adb7fa230e0f73ecb6d67f (diff) | |
download | tde-style-qtcurve-1df2f500a957032dfe399a9041cb99f0d59f51c1.tar.gz tde-style-qtcurve-1df2f500a957032dfe399a9041cb99f0d59f51c1.zip |
Rename KInstance and KAboutData to avoid conflicts with KDE4
-rwxr-xr-x | po/generate.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/po/generate.sh b/po/generate.sh index cf25955..efd9121 100755 --- a/po/generate.sh +++ b/po/generate.sh @@ -8,7 +8,7 @@ cd ${BASEDIR} # we use simple sorting to make sure the lines do not jump around too much from system to system find . -name '*.rc' -o -name '*.ui' -o -name '*.kcfg' | sort > ${WDIR}/rcfiles.list xargs --arg-file=${WDIR}/rcfiles.list extractrc > ${WDIR}/rc.cpp -# additional string for KAboutData +# additional string for TDEAboutData echo 'i18nc("NAME OF TRANSLATORS","Your names");' >> ${WDIR}/rc.cpp echo 'i18nc("EMAIL OF TRANSLATORS","Your emails");' >> ${WDIR}/rc.cpp cd ${WDIR} |