diff --git a/doc/common/README.Doxygen b/doc/common/README.Doxygen index 77b6bfe5f..25cd3a3a5 100644 --- a/doc/common/README.Doxygen +++ b/doc/common/README.Doxygen @@ -57,7 +57,7 @@ doxygen.sh [--recurse] [--modulename] [--doxdatadir=] [--installdir=] --doxdatadir= Locate the HTML header files and support graphics. In kdelibs, the subdirectory doc/common/ contains these files (and this README). In an installed KDE system, - $KDEDIR/share/doc/HTML/en/common/ contains a copy. + $KDEDIR/share/doc/tde/HTML/en/common/ contains a copy. This argument is mandatory if doxygen.sh can't guess where the doxdata lives. --installdir= Locate the directory where apidox from other modules diff --git a/kdecore/README.kiosk b/kdecore/README.kiosk index cd59f8db3..78df1ced4 100644 --- a/kdecore/README.kiosk +++ b/kdecore/README.kiosk @@ -566,7 +566,7 @@ The following resources are defined: autostart - share/autostart data - share/apps -html - share/doc/HTML +html - share/doc/tde/HTML icon - share/icon config - share/config pixmap - share/pixmaps diff --git a/kdecore/kstandarddirs.cpp b/kdecore/kstandarddirs.cpp index 99140c45c..d00369711 100644 --- a/kdecore/kstandarddirs.cpp +++ b/kdecore/kstandarddirs.cpp @@ -1039,7 +1039,7 @@ TQString KStandardDirs::kde_default(const char *type) { if (!strcmp(type, "html-bundle")) return "share/doc-bundle/HTML/"; if (!strcmp(type, "html")) - return "share/doc/kde/HTML/"; + return "share/doc/tde/HTML/"; if (!strcmp(type, "icon")) return "share/icons/"; if (!strcmp(type, "config")) diff --git a/kdecore/kstandarddirs.h b/kdecore/kstandarddirs.h index 16bfd1847..72dd1c470 100644 --- a/kdecore/kstandarddirs.h +++ b/kdecore/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