summaryrefslogtreecommitdiffstats
path: root/po/messages.sh
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-27 00:53:13 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-27 00:53:13 -0600
commitef9eb4959e8e2df853a8dcdf31a21b525fd42808 (patch)
tree21de67543a92a816b308e12c7cfc30699cc56caf /po/messages.sh
parent2ec1b629e4a1e15db7d1563f6c5db1c307aa9ea7 (diff)
downloadtdeio-locate-ef9eb4959e8e2df853a8dcdf31a21b525fd42808.tar.gz
tdeio-locate-ef9eb4959e8e2df853a8dcdf31a21b525fd42808.zip
Rename a number of libraries and executables to avoid conflicts with KDE4
Diffstat (limited to 'po/messages.sh')
-rwxr-xr-xpo/messages.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/po/messages.sh b/po/messages.sh
index bd114d6..9c9419b 100755
--- a/po/messages.sh
+++ b/po/messages.sh
@@ -46,7 +46,7 @@ for F in "$SRCDIR/"*.ui; do
FN=$TMPHACK/$(basename "$F")
$UIC "$F" > "$FN.h" && $UIC -impl "$FN.h" "$F" > "$FN.cpp"
done
-kconfig_compiler -d $TMPHACK $SRCDIR/*.kcfg $SRCDIR/*.kcfgc
+tdeconfig_compiler -d $TMPHACK $SRCDIR/*.kcfg $SRCDIR/*.kcfgc
## bad hack to get strings from *.ui files
$XGETTEXT `find $SRCDIR -name "*.cpp"` -o kio_locate.pot