summaryrefslogtreecommitdiffstats
path: root/kontact
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-16 01:10:50 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-16 01:10:50 -0600
commita8f3e727ae4e7c39788e58ed9bc1733d8de11897 (patch)
tree58982733ff19b22da4edeb2297f1ba1c365a009b /kontact
parent914b878361b3e822fdd3088ee1e4c4757e8bc00f (diff)
downloadtdepim-a8f3e727ae4e7c39788e58ed9bc1733d8de11897.tar.gz
tdepim-a8f3e727ae4e7c39788e58ed9bc1733d8de11897.zip
Fix build system references to kabc
Diffstat (limited to 'kontact')
-rw-r--r--kontact/plugins/kaddressbook/kaddressbook_plugin.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kontact/plugins/kaddressbook/kaddressbook_plugin.cpp b/kontact/plugins/kaddressbook/kaddressbook_plugin.cpp
index cb20a3ca..d4852e80 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;
}