summaryrefslogtreecommitdiffstats
path: root/scripts/completions/zsh/_kcmshell
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/completions/zsh/_kcmshell')
-rw-r--r--scripts/completions/zsh/_kcmshell2
1 files changed, 1 insertions, 1 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