diff options
author | Darrell Anderson <humanreadable@yahoo.com> | 2012-11-04 01:46:07 -0500 |
---|---|---|
committer | Darrell Anderson <humanreadable@yahoo.com> | 2012-11-04 01:46:07 -0500 |
commit | e256298e9d1d5f3f7fb5660f0ca33ea8489acd08 (patch) | |
tree | c1cb331fe9ebe18846c72c565342b82ce824877d /kabc/HOWTO | |
parent | 55c0d54a9863b438be2949a4629ec3fb0a307fe4 (diff) | |
download | tdelibs-e256298e9d1d5f3f7fb5660f0ca33ea8489acd08.tar.gz tdelibs-e256298e9d1d5f3f7fb5660f0ca33ea8489acd08.zip |
Fix references to user profile directory.
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 |