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.cpp | |
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.cpp')
-rw-r--r-- | src/fetch/fetcher.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/fetch/fetcher.cpp b/src/fetch/fetcher.cpp index 1996b96..025d494 100644 --- a/src/fetch/fetcher.cpp +++ b/src/fetch/fetcher.cpp @@ -22,11 +22,11 @@ using Tellico::Fetch::Fetcher; using Tellico::Fetch::SearchResult; Fetcher::~Fetcher() { - KConfigGroup config(TDEGlobal::config(), m_configGroup); + TDEConfigGroup config(TDEGlobal::config(), m_configGroup); saveConfigHook(config); } -void Fetcher::readConfig(const KConfigGroup& config_, const TQString& groupName_) { +void Fetcher::readConfig(const TDEConfigGroup& config_, const TQString& groupName_) { m_configGroup = groupName_; TQString s = config_.readEntry("Name"); |