diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-12-08 17:42:48 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-12-08 17:42:48 -0600 |
commit | e81c741bb2cf337a43524e75f22f7728ce17a343 (patch) | |
tree | 7fcea2ffd9c3420af999c3dcad0ed032eef93956 /tdecore/kstandarddirs.h | |
parent | 9c30c9c89ce69ed1b76ff47ca092c6bee7c8e43b (diff) | |
download | tdelibs-e81c741bb2cf337a43524e75f22f7728ce17a343.tar.gz tdelibs-e81c741bb2cf337a43524e75f22f7728ce17a343.zip |
Rename additional KDE strings
Diffstat (limited to 'tdecore/kstandarddirs.h')
-rw-r--r-- | tdecore/kstandarddirs.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tdecore/kstandarddirs.h b/tdecore/kstandarddirs.h index 6d695c175..e1e56bcb3 100644 --- a/tdecore/kstandarddirs.h +++ b/tdecore/kstandarddirs.h @@ -115,8 +115,8 @@ class KStandardDirsPrivate; * @li TDEHOME: The directory where changes are saved to. This directory is * used to search for resources first. If TDEHOME is not * specified it defaults to "$HOME/.kde" - * @li KDEROOTHOME: Like TDEHOME, but used for the root user. - * If KDEROOTHOME is not set it defaults to the .kde directory in the + * @li TDEROOTHOME: Like TDEHOME, but used for the root user. + * If TDEROOTHOME is not set it defaults to the .kde directory in the * home directory of root, usually "/root/.kde". * Note that the setting of $HOME is ignored in this case. * @@ -550,7 +550,7 @@ public: * Don't use this function if you can use locateLocal * @return the toplevel directory */ - TQString localkdedir() const; + TQString localtdedir() const; /** * @internal |