summaryrefslogtreecommitdiffstats
path: root/kab
diff options
context:
space:
mode:
authorDarrell Anderson <humanreadable@yahoo.com>2012-11-04 01:46:07 -0500
committerDarrell Anderson <humanreadable@yahoo.com>2012-11-04 01:46:07 -0500
commite256298e9d1d5f3f7fb5660f0ca33ea8489acd08 (patch)
treec1cb331fe9ebe18846c72c565342b82ce824877d /kab
parent55c0d54a9863b438be2949a4629ec3fb0a307fe4 (diff)
downloadtdelibs-e256298e9d1d5f3f7fb5660f0ca33ea8489acd08.tar.gz
tdelibs-e256298e9d1d5f3f7fb5660f0ca33ea8489acd08.zip
Fix references to user profile directory.
Diffstat (limited to 'kab')
-rw-r--r--kab/addressbook.h6
-rw-r--r--kab/kabapi.h2
2 files changed, 4 insertions, 4 deletions
diff --git a/kab/addressbook.h b/kab/addressbook.h
index e4ac73823..bd71b23b9 100644
--- a/kab/addressbook.h
+++ b/kab/addressbook.h
@@ -113,9 +113,9 @@ class CategoriesMap : public TQMap<int, TQString>
* instances of the program may use different data files. Read-only addressbook
* files are possible. <BR>
* Only one configuration file per user is used, it is <BR>
- * <TT> ~/.kde/share/apps/kab/kab.config </TT> <BR>
+ * <TT> ~/.trinity/share/apps/kab/kab.config </TT> <BR>
* A standard user file will automatically be created as <BR>
- * <TT> ~/.kde/share/apps/kab/addressbook.kab </TT> <BR>
+ * <TT> ~/.trinity/share/apps/kab/addressbook.kab </TT> <BR>
* File changes are watched by the program, so every instance will automatically
* update its database on a change of the opened file.
*
@@ -564,7 +564,7 @@ public:
/**
* Creates the local configuration file. The filename is fixed to
* \c kab.config, it will be created in the local kab directory
- * (\c $HOME/.kde/share/apps/kab). Adapt the global configuration template
+ * (\c $HOME/.trinity/share/apps/kab). Adapt the global configuration template
* file (\c $TDEDIR/share/apps/kab/template.config) for unusual site-specific
* settings.
* The method does not load the new config file.
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