From 5af24c40137c80c4de65f63ce816f77ef8b7bea3 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Mon, 2 Dec 2024 13:08:45 +0900 Subject: Use tdeprocess.h Signed-off-by: Michele Calgaro --- parts/documentation/searchview.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'parts/documentation/searchview.cpp') diff --git a/parts/documentation/searchview.cpp b/parts/documentation/searchview.cpp index 49e9d425..b0496f03 100644 --- a/parts/documentation/searchview.cpp +++ b/parts/documentation/searchview.cpp @@ -36,7 +36,7 @@ #include #include #include -#include +#include #include #include #include @@ -188,7 +188,7 @@ void SearchView::search() .arg("builtin-short") .arg(m_sortMethodBox->currentItem()==2? "date" : m_sortMethodBox->currentItem()==1? "title" : "score"); - kdDebug(9002) << "starting kprocess" << endl; + kdDebug(9002) << "starting tdeprocess" << endl; kdDebug(9002) << "htdig line:" << exe << " -c " << (indexdir + "/htdig.conf ") << query << endl; TDEProcess *proc = new TDEProcess; TQString picdir = kapp->dirs()->findResourceDir("data", "kdevdocumentation/pics/htdig.png"); -- cgit v1.2.3