diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-11-16 13:51:39 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-11-16 13:51:39 -0600 |
commit | 3b1405169d66e029912f53d10c2880c46f5ed159 (patch) | |
tree | 40c38835f7709885bf4a99d6d9cc64232397c4ba /tdecore/kstandarddirs.h | |
parent | bd19c52fd41735f3e488bbe3de6b243ac53e1527 (diff) | |
download | tdelibs-3b1405169d66e029912f53d10c2880c46f5ed159.tar.gz tdelibs-3b1405169d66e029912f53d10c2880c46f5ed159.zip |
Additional renaming of kde to tde
Diffstat (limited to 'tdecore/kstandarddirs.h')
-rw-r--r-- | tdecore/kstandarddirs.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/tdecore/kstandarddirs.h b/tdecore/kstandarddirs.h index ed4cff3c0..afa875895 100644 --- a/tdecore/kstandarddirs.h +++ b/tdecore/kstandarddirs.h @@ -35,7 +35,7 @@ class KStandardDirsPrivate; * @short Site-independent access to standard KDE directories. * @author Stephan Kulow <coolo@kde.org> and Sirtaj Singh Kang <taj@kde.org> * - * This is one of the most central classes in kdelibs as + * This is one of the most central classes in tdelibs as * it provides a basic service: It knows where the files * reside on the user's hard disk. And it's meant to be the * only one that knows -- to make the real location as @@ -52,7 +52,7 @@ class KStandardDirsPrivate; * * The main idea behind KStandardDirs is that there are several * toplevel prefixes below which the files lie. One of these prefixes is - * the one where the user installed kdelibs, one is where the + * the one where the user installed tdelibs, one is where the * application was installed, and one is $HOME/.kde, but there * may be even more. Under these prefixes there are several well * defined suffixes where specific resource types are to be found. @@ -66,7 +66,7 @@ class KStandardDirsPrivate; * specific directories that aren't in his $HOME/.kde directory for, * for example, icons. * - * <b>Standard resources that kdelibs allocates are:</b>\n + * <b>Standard resources that tdelibs allocates are:</b>\n * * @li apps - Applications menu (.desktop files). * @li cache - Cached information (e.g. favicons, web-pages) @@ -138,7 +138,7 @@ public: /** * Adds another search dir to front of the @p fsstnd list. * - * @li When compiling kdelibs, the prefix is added to this. + * @li When compiling tdelibs, the prefix is added to this. * @li KDEDIRS or KDEDIR is taking into account * @li Additional dirs may be loaded from kdeglobals. * |