summaryrefslogtreecommitdiffstats
path: root/src/fetch/srufetcher.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/fetch/srufetcher.h')
-rw-r--r--src/fetch/srufetcher.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/fetch/srufetcher.h b/src/fetch/srufetcher.h
index f635071..1b6c2b4 100644
--- a/src/fetch/srufetcher.h
+++ b/src/fetch/srufetcher.h
@@ -24,7 +24,7 @@ namespace Tellico {
class KIntSpinBox;
class KComboBox;
-namespace KIO {
+namespace TDEIO {
class Job;
}
@@ -73,7 +73,7 @@ public:
virtual Data::EntryPtr fetchEntry(uint uid);
virtual Type type() const { return SRU; }
virtual bool canFetch(int type) const;
- virtual void readConfigHook(const KConfigGroup& config);
+ virtual void readConfigHook(const TDEConfigGroup& config);
virtual void updateEntry(Data::EntryPtr entry);
@@ -86,8 +86,8 @@ public:
static Fetcher::Ptr libraryOfCongress(TQObject* parent);
private slots:
- void slotData(KIO::Job* job, const TQByteArray& data);
- void slotComplete(KIO::Job* job);
+ void slotData(TDEIO::Job* job, const TQByteArray& data);
+ void slotComplete(TDEIO::Job* job);
private:
bool initMARCXMLHandler();
@@ -100,7 +100,7 @@ private:
TQByteArray m_data;
TQMap<int, Data::EntryPtr> m_entries;
- TQGuardedPtr<KIO::Job> m_job;
+ TQGuardedPtr<TDEIO::Job> m_job;
XSLTHandler* m_MARCXMLHandler;
XSLTHandler* m_MODSHandler;
bool m_started;
@@ -115,7 +115,7 @@ friend class SRUFetcher;
public:
SRUConfigWidget(TQWidget* parent_, const SRUFetcher* fetcher = 0);
- virtual void saveConfig(KConfigGroup& config);
+ virtual void saveConfig(TDEConfigGroup& config);
virtual TQString preferredName() const;
private slots: