summaryrefslogtreecommitdiffstats
path: root/src/fetch/gcstarpluginfetcher.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/fetch/gcstarpluginfetcher.h')
-rw-r--r--src/fetch/gcstarpluginfetcher.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/fetch/gcstarpluginfetcher.h b/src/fetch/gcstarpluginfetcher.h
index 534a274..65c33c0 100644
--- a/src/fetch/gcstarpluginfetcher.h
+++ b/src/fetch/gcstarpluginfetcher.h
@@ -21,7 +21,7 @@
#include <tqintdict.h>
class TQLabel;
-class KProcess;
+class TDEProcess;
namespace Tellico {
namespace GUI {
@@ -63,9 +63,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:
// map Author, Name, Lang, etc...
@@ -85,7 +85,7 @@ private:
bool m_started;
int m_collType;
TQString m_plugin;
- 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;