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 /KDE2PORTING.html | |
parent | d5b3ae721dc072e0c70055313de9b5228b6688a8 (diff) | |
download | tdelibs-99cc03399059853dd8699cae5752e8122cb715f1.tar.gz tdelibs-99cc03399059853dd8699cae5752e8122cb715f1.zip |
Rename KDEHOME and KDEDIR
Diffstat (limited to 'KDE2PORTING.html')
-rw-r--r-- | KDE2PORTING.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/KDE2PORTING.html b/KDE2PORTING.html index 0995905df..d8c3c0ab2 100644 --- a/KDE2PORTING.html +++ b/KDE2PORTING.html @@ -117,9 +117,9 @@ or <a href="http://doc.trolltech.com/porting.html">this page online</a>.<P> BarIcon() or use KGlobal::iconLoader() instead of getIconLoader()<P> kde_*dir() have been removed as they require a unique top level directory - for all applications (KDEDIR). This concept doesn't exist in KDE 2.0 + for all applications (TDEDIR). This concept doesn't exist in KDE 2.0 any more, it has been replaced with "multiple levels of directories", - set in KDEDIRS, so that it's possible to have global settings and + set in TDEDIRS, so that it's possible to have global settings and group settings, applied before user settings.<P> Replace code that uses kde_*dir() + filename with calls to |