diff options
Diffstat (limited to 'tdecore/kstandarddirs.h')
-rw-r--r-- | tdecore/kstandarddirs.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tdecore/kstandarddirs.h b/tdecore/kstandarddirs.h index e1e56bcb3..4dbd86560 100644 --- a/tdecore/kstandarddirs.h +++ b/tdecore/kstandarddirs.h @@ -57,7 +57,7 @@ class KStandardDirsPrivate; * may be even more. Under these prefixes there are several well * defined suffixes where specific resource types are to be found. * For example, for the resource type "html" the suffixes could be - * share/doc/HTML and share/doc/kde/HTML. + * share/doc/HTML and share/doc/tde/HTML. * So the search algorithm basically appends to each prefix each registered * suffix and tries to locate the file there. * To make the thing even more complex, it's also possible to register @@ -506,7 +506,7 @@ public: * of what this is all about. * * @li data - share/apps - * @li html - share/doc/HTML + * @li html - share/doc/tde/HTML * @li icon - share/icon * @li config - share/config * @li pixmap - share/pixmaps |