From 145d30f0b8cbacc3599379e8717299734f3bb534 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Fri, 25 Jan 2013 00:14:31 -0600 Subject: Rename KCModule, KConfig, KIO, KServer, and KSocket to avoid conflicts with KDE4 --- src/fetch/googlescholarfetcher.h | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'src/fetch/googlescholarfetcher.h') diff --git a/src/fetch/googlescholarfetcher.h b/src/fetch/googlescholarfetcher.h index 70b93c3..8ef91da 100644 --- a/src/fetch/googlescholarfetcher.h +++ b/src/fetch/googlescholarfetcher.h @@ -21,7 +21,7 @@ #include #include -namespace KIO { +namespace TDEIO { class Job; } @@ -57,7 +57,7 @@ public: virtual Data::EntryPtr fetchEntry(uint uid); virtual Type type() const { return GoogleScholar; } virtual bool canFetch(int type) const; - virtual void readConfigHook(const KConfigGroup& config); + virtual void readConfigHook(const TDEConfigGroup& config); virtual void updateEntry(Data::EntryPtr entry); @@ -69,7 +69,7 @@ public: class ConfigWidget : public Fetch::ConfigWidget { public: ConfigWidget(TQWidget* parent_, const GoogleScholarFetcher* fetcher = 0); - virtual void saveConfig(KConfigGroup&) {} + virtual void saveConfig(TDEConfigGroup&) {} virtual TQString preferredName() const; }; friend class ConfigWidget; @@ -77,8 +77,8 @@ public: static TQString defaultName(); 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: void doSearch(); @@ -89,7 +89,7 @@ private: TQByteArray m_data; TQMap m_entries; - TQGuardedPtr m_job; + TQGuardedPtr m_job; FetchKey m_key; TQString m_value; -- cgit v1.2.1