summaryrefslogtreecommitdiffstats
path: root/parts/documentation/searchview.cpp
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-11-16 13:53:18 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-11-16 13:53:18 -0600
commit2ecab1a194b0dc551b478820e1aaa3b8713354cc (patch)
treeae4df71ed26f3dc2dd605970d8d455165a1c8ab3 /parts/documentation/searchview.cpp
parent549fec618f0b15c9316fc0a5ebe93c2829bc0b1b (diff)
downloadtdevelop-2ecab1a194b0dc551b478820e1aaa3b8713354cc.tar.gz
tdevelop-2ecab1a194b0dc551b478820e1aaa3b8713354cc.zip
Additional renaming of kde to tde
Diffstat (limited to 'parts/documentation/searchview.cpp')
-rw-r--r--parts/documentation/searchview.cpp12
1 files changed, 6 insertions, 6 deletions
diff --git a/parts/documentation/searchview.cpp b/parts/documentation/searchview.cpp
index 73afd9d0..fd88c6c0 100644
--- a/parts/documentation/searchview.cpp
+++ b/parts/documentation/searchview.cpp
@@ -2,7 +2,7 @@
* Copyright (C) 1999-2001 by Matthias Hoelzer-Kluepfel *
* hoelzer@kde.org *
* Copyright (C) 2001 by Bernd Gehrmann *
- * bernd@kdevelop.org *
+ * bernd@tdevelop.org *
* Copyright (C) 2004 by Alexander Dymo *
* cloudtemple@mksat.net *
* *
@@ -132,7 +132,7 @@ void SearchView::updateIndex()
void SearchView::runHtdig(const TQString &arg)
{
KProcess proc;
- proc << "kdevelop-htdig" << arg;
+ proc << "tdevelop-htdig" << arg;
proc.start(KProcess::DontCare);
}
@@ -164,10 +164,10 @@ void SearchView::search()
TQDir d;
if (indexdir.isEmpty() || !TQFile::exists(indexdir + "/htdig.conf"))
{
- if (TQFile::exists("/var/lib/kdevelop3/helpindex/htdig.conf"))
- indexdir = "/var/lib/kdevelop3/helpindex";
- else if (TQFile::exists("/var/lib/kdevelop/helpindex/htdig.conf"))
- indexdir = "/var/lib/kdevelop/helpindex";
+ if (TQFile::exists("/var/lib/tdevelop3/helpindex/htdig.conf"))
+ indexdir = "/var/lib/tdevelop3/helpindex";
+ else if (TQFile::exists("/var/lib/tdevelop/helpindex/htdig.conf"))
+ indexdir = "/var/lib/tdevelop/helpindex";
if (!TQFile::exists(indexdir + "/htdig.conf"))
{