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 /kab/kabapi.h | |
parent | 55c0d54a9863b438be2949a4629ec3fb0a307fe4 (diff) | |
download | tdelibs-e256298e9d1d5f3f7fb5660f0ca33ea8489acd08.tar.gz tdelibs-e256298e9d1d5f3f7fb5660f0ca33ea8489acd08.zip |
Fix references to user profile directory.
Diffstat (limited to 'kab/kabapi.h')
-rw-r--r-- | kab/kabapi.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kab/kabapi.h b/kab/kabapi.h index cc73f6744..6cf46c37e 100644 --- a/kab/kabapi.h +++ b/kab/kabapi.h @@ -82,7 +82,7 @@ public: KabAPI(TQWidget* parent=0, const char* name=0); /** * You must call init before accessing the database. init opens the - * database file (usually $HOME/.kde/share/apps/kab/addressbook.database) + * database file (usually $HOME/.trinity/share/apps/kab/addressbook.database) * and loads its contents. * @return NoError if all succeeded or a valid ErrorCode. * @see AddressBook::ErrorCode |