summaryrefslogtreecommitdiffstats
path: root/parts/documentation/tools/htdig/htdigindex.h
diff options
context:
space:
mode:
Diffstat (limited to 'parts/documentation/tools/htdig/htdigindex.h')
-rw-r--r--parts/documentation/tools/htdig/htdigindex.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/parts/documentation/tools/htdig/htdigindex.h b/parts/documentation/tools/htdig/htdigindex.h
index 9afa4d45..5c521be1 100644
--- a/parts/documentation/tools/htdig/htdigindex.h
+++ b/parts/documentation/tools/htdig/htdigindex.h
@@ -19,7 +19,7 @@
class TQTimer;
class TQLabel;
-class KProcess;
+class TDEProcess;
class KProgress;
class ProgressDialog : public KDialogBase
@@ -36,9 +36,9 @@ public:
bool generateIndex();
private slots:
- void htdigStdout(KProcess *proc, char *buffer, int buflen);
- void htdigExited(KProcess *proc);
- void htmergeExited(KProcess *proc);
+ void htdigStdout(TDEProcess *proc, char *buffer, int buflen);
+ void htdigExited(TDEProcess *proc);
+ void htmergeExited(TDEProcess *proc);
void cancelClicked();
void okClicked();
void slotDelayedStart();
@@ -61,7 +61,7 @@ private:
TQString indexdir;
TQString exe;
TQStringList files;
- KProcess *proc;
+ TDEProcess *proc;
volatile int filesToDig, filesDigged, filesScanned;
bool htdigRunning, htmergeRunning;
};