From a8f3e727ae4e7c39788e58ed9bc1733d8de11897 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Sat, 16 Feb 2013 01:10:50 -0600 Subject: Fix build system references to kabc --- kontact/plugins/kaddressbook/kaddressbook_plugin.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kontact') 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; } -- cgit v1.2.3