diff options
Diffstat (limited to 'po/messages.sh')
-rwxr-xr-x | po/messages.sh | 2 |
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 |