diff --git a/KDE2PORTING.html b/KDE2PORTING.html index 68ea6cb61..cd75a69ea 100644 --- a/KDE2PORTING.html +++ b/KDE2PORTING.html @@ -806,7 +806,7 @@ provides some useful lists, like the list of all managed windows). Use kdDebug, kdWarning, kdError, kdFatal to log debug output, warnings and errors in a very flexible way. kdebug has been improved, and the API simplified. tdesdk/scripts/kDebug2kdDebug.sh provides a script for automating the conversion. -Note that enabling/disabling debug output can now be done with kdebugdialog, +Note that enabling/disabling debug output can now be done with tdedebugdialog, which can be found in tdebase. The hidden dialog on C+S+F12 no longer exists.

Also, note that tqDebug and fprintf aren't disabled by -DNDEBUG, whereas kdDebug is. diff --git a/kdoctools/customization/entities/general.entities b/kdoctools/customization/entities/general.entities index 37703b551..b046596cb 100644 --- a/kdoctools/customization/entities/general.entities +++ b/kdoctools/customization/entities/general.entities @@ -186,7 +186,7 @@ KDat"> kdcop"> KDE"> -KDebugDialog"> +TDEDebugDialog"> http://www.kde.org/'> http://www.trinitydesktop.org/'> ftp://ftp.kde.org/pub/kde/'> diff --git a/kdoctools/customization/obsolete/general.entities b/kdoctools/customization/obsolete/general.entities index 5f8e249c5..60b410981 100644 --- a/kdoctools/customization/obsolete/general.entities +++ b/kdoctools/customization/obsolete/general.entities @@ -184,7 +184,7 @@ KDat"> KDE"> TDE"> -KDebugDialog"> +TDEDebugDialog"> http://www.kde.org/'> http://www.trinitydesktop.org/'> ftp://ftp.kde.org/pub/kde/'> diff --git a/tdeui/kdepackages.h b/tdeui/kdepackages.h index c51b04979..7e7abc800 100644 --- a/tdeui/kdepackages.h +++ b/tdeui/kdepackages.h @@ -410,7 +410,7 @@ const char * const packages[] = { "tdeaddons/kate-xmltools", "tdeaddons/tdehtmlsettings-plugin", "tdeaddons/useragent-plugin", -"kdebugdialog", +"tdedebugdialog", "tdelibs", "tdelibs/kbugreport", "tdelibs/tdecertpart",