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.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fetch/fetcher.cpp b/src/fetch/fetcher.cpp
index 712ea96..1996b96 100644
--- a/src/fetch/fetcher.cpp
+++ b/src/fetch/fetcher.cpp
@@ -22,7 +22,7 @@ using Tellico::Fetch::Fetcher;
using Tellico::Fetch::SearchResult;
Fetcher::~Fetcher() {
- KConfigGroup config(KGlobal::config(), m_configGroup);
+ KConfigGroup config(TDEGlobal::config(), m_configGroup);
saveConfigHook(config);
}