summaryrefslogtreecommitdiffstats
path: root/src/fetch/fetcher.cpp
diff options
context:
space:
mode:
authorTimothy Pearson <[email protected]>2013-01-25 00:14:31 -0600
committerTimothy Pearson <[email protected]>2013-01-25 00:14:31 -0600
commit145d30f0b8cbacc3599379e8717299734f3bb534 (patch)
tree3713677dce079619063612b12788282fd32e53af /src/fetch/fetcher.cpp
parent5b6d393e0a2c88cce8f433607c091ae883ef54f9 (diff)
downloadtellico-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.cpp4
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");