diff options
Diffstat (limited to 'khelpcenter/searchhandlers/khc_docbookdig.pl.in')
-rwxr-xr-x | khelpcenter/searchhandlers/khc_docbookdig.pl.in | 2 |
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; |