diff options
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/completions/zsh/_kcmshell | 2 | ||||
-rwxr-xr-x | scripts/cvsblame | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/scripts/completions/zsh/_kcmshell b/scripts/completions/zsh/_kcmshell index 57f9fc82..4bc964c7 100644 --- a/scripts/completions/zsh/_kcmshell +++ b/scripts/completions/zsh/_kcmshell @@ -10,7 +10,7 @@ else dir="/kicker/applets"; flags=":t" fi -for i in `kde-config --path $resource| sed -e 's/:/ /g'`; do +for i in `tde-config --path $resource| sed -e 's/:/ /g'`; do tmp=($i/$dir/**/*.desktop($flags)) compadd -a tmp done diff --git a/scripts/cvsblame b/scripts/cvsblame index bd3635ed..5d155f24 100755 --- a/scripts/cvsblame +++ b/scripts/cvsblame @@ -45,7 +45,7 @@ Bernd Gehrmann <bernd@physik.hu-berlin.de> =cut $file = $ARGV[0]; -$outputfile = `kde-config --path tmp` || './#'; # if we put the file in the cwd, then we keep a '#' at the beggining to help CVS ignore it +$outputfile = `tde-config --path tmp` || './#'; # if we put the file in the cwd, then we keep a '#' at the beggining to help CVS ignore it ($outputfile) = split(/:/,$outputfile); chomp $outputfile; $outputfile .= "cvsblame.$$.html"; |