summaryrefslogtreecommitdiffstats
path: root/kwin/clients/plastik/config/config.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kwin/clients/plastik/config/config.cpp')
-rw-r--r--kwin/clients/plastik/config/config.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/kwin/clients/plastik/config/config.cpp b/kwin/clients/plastik/config/config.cpp
index 0352bff91..aa1c7bd0f 100644
--- a/kwin/clients/plastik/config/config.cpp
+++ b/kwin/clients/plastik/config/config.cpp
@@ -38,8 +38,8 @@ PlastikConfig::PlastikConfig(KConfig* config, TQWidget* parent)
: TQObject(parent), m_config(0), m_dialog(0)
{
// create the configuration object
- m_config = new KConfig("kwinplastikrc");
- KGlobal::locale()->insertCatalogue("kwin_clients");
+ m_config = new KConfig("twinplastikrc");
+ KGlobal::locale()->insertCatalogue("twin_clients");
// create and show the configuration dialog
m_dialog = new ConfigDialog(parent);