diff options
Diffstat (limited to 'KDE2PORTING.html')
-rw-r--r-- | KDE2PORTING.html | 2 |
1 files changed, 1 insertions, 1 deletions
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. <P> Also, note that tqDebug and fprintf aren't disabled by -DNDEBUG, whereas kdDebug is. |