diff options
author | Timothy Pearson <[email protected]> | 2013-01-25 00:14:31 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-01-25 00:14:31 -0600 |
commit | 145d30f0b8cbacc3599379e8717299734f3bb534 (patch) | |
tree | 3713677dce079619063612b12788282fd32e53af /src/fetch/z3950fetcher.h | |
parent | 5b6d393e0a2c88cce8f433607c091ae883ef54f9 (diff) | |
download | tellico-145d30f0b8cbacc3599379e8717299734f3bb534.tar.gz tellico-145d30f0b8cbacc3599379e8717299734f3bb534.zip |
Rename KCModule, KConfig, KIO, KServer, and KSocket to avoid conflicts with KDE4
Diffstat (limited to 'src/fetch/z3950fetcher.h')
-rw-r--r-- | src/fetch/z3950fetcher.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/fetch/z3950fetcher.h b/src/fetch/z3950fetcher.h index 0618b65..b5bb688 100644 --- a/src/fetch/z3950fetcher.h +++ b/src/fetch/z3950fetcher.h @@ -67,8 +67,8 @@ public: virtual Data::EntryPtr fetchEntry(uint uid); virtual Type type() const { return Z3950; } virtual bool canFetch(int type) const; - virtual void readConfigHook(const KConfigGroup& config); - virtual void saveConfigHook(KConfigGroup& config); + virtual void readConfigHook(const TDEConfigGroup& config); + virtual void saveConfigHook(TDEConfigGroup& config); virtual void updateEntry(Data::EntryPtr entry); const TQString& host() const { return m_host; } @@ -127,7 +127,7 @@ Q_OBJECT public: ConfigWidget(TQWidget* parent, const Z3950Fetcher* fetcher = 0); virtual ~ConfigWidget(); - virtual void saveConfig(KConfigGroup& config_); + virtual void saveConfig(TDEConfigGroup& config_); virtual TQString preferredName() const; private slots: |