summaryrefslogtreecommitdiffstats
path: root/kaddressbook
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-12-08 17:44:09 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-12-08 17:44:09 -0600
commit1dad5f662a09dfc5cc041caffe0f674044a4dcec (patch)
treeab537a329b9613e11dce8195761f93ffe82aed24 /kaddressbook
parent8dce3fe45e402d9810669f2c36da3f1c375d646b (diff)
downloadtdepim-1dad5f662a09dfc5cc041caffe0f674044a4dcec.tar.gz
tdepim-1dad5f662a09dfc5cc041caffe0f674044a4dcec.zip
Rename additional KDE strings
Diffstat (limited to 'kaddressbook')
-rw-r--r--kaddressbook/kcmconfigs/kcmkabcustomfields.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kaddressbook/kcmconfigs/kcmkabcustomfields.cpp b/kaddressbook/kcmconfigs/kcmkabcustomfields.cpp
index e397f01f..8cc428aa 100644
--- a/kaddressbook/kcmconfigs/kcmkabcustomfields.cpp
+++ b/kaddressbook/kcmconfigs/kcmkabcustomfields.cpp
@@ -72,6 +72,6 @@ TQString KCMKabCustomFields::applicationName()
TQString KCMKabCustomFields::kabLocalDir()
{
TQStringList kabdirs = locateLocal("data", "kaddressbook/");
- return kabdirs.grep( TQRegExp( "^"+KGlobal::dirs()->localkdedir() ) ).first();
+ return kabdirs.grep( TQRegExp( "^"+KGlobal::dirs()->localtdedir() ) ).first();
}