summaryrefslogtreecommitdiffstats
path: root/malloryclient/malloryhandler.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'malloryclient/malloryhandler.cpp')
-rw-r--r--malloryclient/malloryhandler.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/malloryclient/malloryhandler.cpp b/malloryclient/malloryhandler.cpp
index 51e1709..d63618d 100644
--- a/malloryclient/malloryhandler.cpp
+++ b/malloryclient/malloryhandler.cpp
@@ -58,7 +58,7 @@ KDecoration* MalloryHandler::createDecoration(KDecorationBridge *bridge)
void MalloryHandler::readConfig()
{
- KConfig config("kwinmalloryrc");
+ TDEConfig config("twinmalloryrc");
config.setGroup("General");
m_titleShadow = config.readBoolEntry("TitleShadow", true);