summaryrefslogtreecommitdiffstats
path: root/src/fetch/execexternalfetcher.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/fetch/execexternalfetcher.h')
-rw-r--r--src/fetch/execexternalfetcher.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/fetch/execexternalfetcher.h b/src/fetch/execexternalfetcher.h
index ec836d7..c81a27d 100644
--- a/src/fetch/execexternalfetcher.h
+++ b/src/fetch/execexternalfetcher.h
@@ -20,7 +20,7 @@
#include <tqintdict.h>
-class KProcess;
+class TDEProcess;
class KURLRequester;
class KLineEdit;
class KComboBox;
@@ -89,9 +89,9 @@ public:
static TQString defaultName();
private slots:
- void slotData(KProcess* proc, char* buffer, int len);
- void slotError(KProcess* proc, char* buffer, int len);
- void slotProcessExited(KProcess* proc);
+ void slotData(TDEProcess* proc, char* buffer, int len);
+ void slotError(TDEProcess* proc, char* buffer, int len);
+ void slotProcessExited(TDEProcess* proc);
private:
static TQStringList parseArguments(const TQString& str);
@@ -105,7 +105,7 @@ private:
TQMap<FetchKey, TQString> m_args;
bool m_canUpdate : 1;
TQString m_updateArgs;
- KProcess* m_process;
+ TDEProcess* m_process;
TQByteArray m_data;
TQMap<int, Data::EntryPtr> m_entries; // map from search result id to entry
TQStringList m_errors;