summaryrefslogtreecommitdiffstats
path: root/khelpcenter/searchhandlers/khc_docbookdig.pl.in
diff options
context:
space:
mode:
Diffstat (limited to 'khelpcenter/searchhandlers/khc_docbookdig.pl.in')
-rwxr-xr-xkhelpcenter/searchhandlers/khc_docbookdig.pl.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/khelpcenter/searchhandlers/khc_docbookdig.pl.in b/khelpcenter/searchhandlers/khc_docbookdig.pl.in
index e49df688d..dfc826ab8 100755
--- a/khelpcenter/searchhandlers/khc_docbookdig.pl.in
+++ b/khelpcenter/searchhandlers/khc_docbookdig.pl.in
@@ -29,7 +29,7 @@ use Getopt::Long;
my $htdigdata = "/etc/htdig";
my $htdigbin = "/usr/bin";
my $kdeprefix = "@prefix@";
-my $kdehtmldir = `kde-config --expandvars --install html`;
+my $kdehtmldir = `tde-config --expandvars --install html`;
chomp $kdeprefix;
chomp $kdehtmldir;