summaryrefslogtreecommitdiffstats
path: root/twin/clients/plastik/config/config.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'twin/clients/plastik/config/config.cpp')
-rw-r--r--twin/clients/plastik/config/config.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/twin/clients/plastik/config/config.cpp b/twin/clients/plastik/config/config.cpp
index aa1c7bd0f..73a749bdb 100644
--- a/twin/clients/plastik/config/config.cpp
+++ b/twin/clients/plastik/config/config.cpp
@@ -39,7 +39,7 @@ PlastikConfig::PlastikConfig(KConfig* config, TQWidget* parent)
{
// create the configuration object
m_config = new KConfig("twinplastikrc");
- KGlobal::locale()->insertCatalogue("twin_clients");
+ TDEGlobal::locale()->insertCatalogue("twin_clients");
// create and show the configuration dialog
m_dialog = new ConfigDialog(parent);