summaryrefslogtreecommitdiffstats
path: root/src/fetch/fetcher.cpp
diff options
context:
space:
mode:
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");