summaryrefslogtreecommitdiffstats
path: root/src/fetch/ibsfetcher.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/fetch/ibsfetcher.h')
-rw-r--r--src/fetch/ibsfetcher.h14
1 files changed, 7 insertions, 7 deletions
diff --git a/src/fetch/ibsfetcher.h b/src/fetch/ibsfetcher.h
index 8f3f17e..e6f8e94 100644
--- a/src/fetch/ibsfetcher.h
+++ b/src/fetch/ibsfetcher.h
@@ -20,7 +20,7 @@
#include <tqcstring.h> // for TQByteArray
#include <tqguardedptr.h>
-namespace KIO {
+namespace TDEIO {
class Job;
}
@@ -49,7 +49,7 @@ public:
virtual Data::EntryPtr fetchEntry(uint uid);
virtual Type type() const { return IBS; }
virtual bool canFetch(int type) const;
- virtual void readConfigHook(const KConfigGroup& config);
+ virtual void readConfigHook(const TDEConfigGroup& config);
virtual void updateEntry(Data::EntryPtr entry);
@@ -58,7 +58,7 @@ public:
class ConfigWidget : public Fetch::ConfigWidget {
public:
ConfigWidget(TQWidget* parent_);
- virtual void saveConfig(KConfigGroup&) {}
+ virtual void saveConfig(TDEConfigGroup&) {}
virtual TQString preferredName() const;
};
friend class ConfigWidget;
@@ -66,9 +66,9 @@ public:
static TQString defaultName();
private slots:
- void slotData(KIO::Job* job, const TQByteArray& data);
- void slotComplete(KIO::Job* job);
- void slotCompleteISBN(KIO::Job* job);
+ void slotData(TDEIO::Job* job, const TQByteArray& data);
+ void slotComplete(TDEIO::Job* job);
+ void slotCompleteISBN(TDEIO::Job* job);
private:
Data::EntryPtr parseEntry(const TQString& str);
@@ -77,7 +77,7 @@ private:
int m_total;
TQMap<int, Data::EntryPtr> m_entries;
TQMap<int, KURL> m_matches;
- TQGuardedPtr<KIO::Job> m_job;
+ TQGuardedPtr<TDEIO::Job> m_job;
bool m_started;
// TQStringList m_fields;