diff options
author | Darrell Anderson <humanreadable@yahoo.com> | 2012-11-04 01:46:07 -0500 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2012-11-09 01:57:38 +0100 |
commit | 205b3397710e08554fe2be67dee5fa4876e8d234 (patch) | |
tree | 28a5fc9e5fb7519f0063310cf0f70f521244fdec /kabc/HOWTO | |
parent | 03929452275f29cf2c2cb7b331be898838506e14 (diff) | |
download | tdelibs-205b3397710e08554fe2be67dee5fa4876e8d234.tar.gz tdelibs-205b3397710e08554fe2be67dee5fa4876e8d234.zip |
Fix references to user profile directory.
(cherry picked from commit e256298e9d1d5f3f7fb5660f0ca33ea8489acd08)
Diffstat (limited to 'kabc/HOWTO')
-rw-r--r-- | kabc/HOWTO | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kabc/HOWTO b/kabc/HOWTO index 37f7ccefe..7b41371b0 100644 --- a/kabc/HOWTO +++ b/kabc/HOWTO @@ -344,7 +344,7 @@ In the first line a KABC::DistributionListManager is created. The manager takes a pointer to a KABC::AddressBook, because he has to resolve the stored uids to currently available email addresses. In line 4 the manager loads all distribution lists from the central config file -$HOME/.kde/share/apps/kabc/distlists. +$HOME/.trinity/share/apps/kabc/distlists. The next line queries the names of all available distribution lists, which are used in line 9 to retrieve a pointer to the specific list. Now that you have a KABC::DistributionList object, you can performe the |