summaryrefslogtreecommitdiffstats
path: root/chalk/core/kis_thread_pool.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chalk/core/kis_thread_pool.cc')
-rw-r--r--chalk/core/kis_thread_pool.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/chalk/core/kis_thread_pool.cc b/chalk/core/kis_thread_pool.cc
index cb537738..9295915c 100644
--- a/chalk/core/kis_thread_pool.cc
+++ b/chalk/core/kis_thread_pool.cc
@@ -29,7 +29,7 @@ KisThreadPool::KisThreadPool()
KisThreadPool::m_singleton = this;
- KConfig * cfg = TDEGlobal::config();
+ TDEConfig * cfg = TDEGlobal::config();
cfg->setGroup("");
m_maxThreads = cfg->readNumEntry("maxthreads", 10);
m_numberOfRunningThreads = 0;