summaryrefslogtreecommitdiffstats
path: root/chalk/ui/kis_config.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chalk/ui/kis_config.cc')
-rw-r--r--chalk/ui/kis_config.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/chalk/ui/kis_config.cc b/chalk/ui/kis_config.cc
index 4c823ba5..91d31d5b 100644
--- a/chalk/ui/kis_config.cc
+++ b/chalk/ui/kis_config.cc
@@ -48,7 +48,7 @@ KisConfig::KisConfig()
if (!m_cfg) {
// Allow unit tests to test parts of the code without having to run the
// full application.
- m_cfg = new KConfig();
+ m_cfg = new TDEConfig();
}
m_cfg->setGroup("");
}