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/fetcher.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/fetcher.h')
-rw-r--r-- | src/fetch/fetcher.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/fetch/fetcher.h b/src/fetch/fetcher.h index c0a1b21..42d3b23 100644 --- a/src/fetch/fetcher.h +++ b/src/fetch/fetcher.h @@ -22,7 +22,7 @@ #include <tqobject.h> #include <tqstring.h> -class KConfigGroup; +class TDEConfigGroup; namespace Tellico { namespace Fetch { @@ -110,7 +110,7 @@ public: /** * Reads the config for the widget, given a config group. */ - void readConfig(const KConfigGroup& config, const TQString& groupName); + void readConfig(const TDEConfigGroup& config, const TQString& groupName); /** * Returns a widget for modifying the fetcher's config. */ @@ -127,8 +127,8 @@ protected: bool m_hasMoreResults : 1; private: - virtual void readConfigHook(const KConfigGroup&) = 0; - virtual void saveConfigHook(KConfigGroup&) {} + virtual void readConfigHook(const TDEConfigGroup&) = 0; + virtual void saveConfigHook(TDEConfigGroup&) {} MessageHandler* m_messager; TQString m_configGroup; |