diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-12-07 19:10:38 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-12-07 19:10:38 -0600 |
commit | 99cc03399059853dd8699cae5752e8122cb715f1 (patch) | |
tree | 825da375ac05fc555e25b2e350504e211d85d2fb /tdecore/DESIGN.kconfig | |
parent | d5b3ae721dc072e0c70055313de9b5228b6688a8 (diff) | |
download | tdelibs-99cc03399059853dd8699cae5752e8122cb715f1.tar.gz tdelibs-99cc03399059853dd8699cae5752e8122cb715f1.zip |
Rename KDEHOME and KDEDIR
Diffstat (limited to 'tdecore/DESIGN.kconfig')
-rw-r--r-- | tdecore/DESIGN.kconfig | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tdecore/DESIGN.kconfig b/tdecore/DESIGN.kconfig index e683566cb..4ced76726 100644 --- a/tdecore/DESIGN.kconfig +++ b/tdecore/DESIGN.kconfig @@ -52,7 +52,7 @@ void deleteEntry(key); // Remove entry Note that there is a subtle difference between revertToDefault() and deleteEntry(). revertToDefault() will change the entry to the default value set by the system -administrator (Via e.g. $KDEDIR/share/config) or, if no such default was set, +administrator (Via e.g. $TDEDIR/share/config) or, if no such default was set, non-existant. deleteEntry() will make the entry non-existant. @@ -123,7 +123,7 @@ mandatory if enums become an explicit type. Instead of relying on the defaults that are hard-coded in the application, -rely on default configuration files being installed in $KDEDIR. The technical +rely on default configuration files being installed in $TDEDIR. The technical changes required for this are very minimal, it is mostly a change in policy. Type information can be provide by preceding every entry with a formalized |