summaryrefslogtreecommitdiffstats
path: root/scripts/kdedoc
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/kdedoc')
-rwxr-xr-xscripts/kdedoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/kdedoc b/scripts/kdedoc
index 0dc20a66..09480fcc 100755
--- a/scripts/kdedoc
+++ b/scripts/kdedoc
@@ -30,7 +30,7 @@ if [ $# = 1 ]; then
exit 1
fi
fi
- elif [ -e "$KDEDOCS/kdecore/index.html" ]; then
+ elif [ -e "$KDEDOCS/tdecore/index.html" ]; then
# Docs are laid out in kdoc style.
if [ -f "$KDEDOCS"/*/"$1.html" ]; then
kfmclient exec "$KDEDOCS"/*/"$1.html"