diff options
Diffstat (limited to 'kontact')
-rw-r--r-- | kontact/plugins/kaddressbook/kaddressbook_plugin.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kontact/plugins/kaddressbook/kaddressbook_plugin.cpp b/kontact/plugins/kaddressbook/kaddressbook_plugin.cpp index cb20a3ca7..d4852e80f 100644 --- a/kontact/plugins/kaddressbook/kaddressbook_plugin.cpp +++ b/kontact/plugins/kaddressbook/kaddressbook_plugin.cpp @@ -89,7 +89,7 @@ KParts::ReadOnlyPart* KAddressbookPlugin::createPart() TQStringList KAddressbookPlugin::configModules() const { TQStringList modules; - modules << "PIM/kabconfig.desktop" << "PIM/kabldapconfig.desktop"; + modules << "PIM/tdeabconfig.desktop" << "PIM/kabldapconfig.desktop"; return modules; } |