diff options
author | Darrell Anderson <humanreadable@yahoo.com> | 2014-01-06 02:25:53 +0100 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2014-01-06 02:25:53 +0100 |
commit | 23b31c0de4b779642c60e548d0b6de88437acf86 (patch) | |
tree | 159b46271833a13e453d32cd980f85b5e0ad5cdf /KDE2PORTING.html | |
parent | 6be06b3d931d543f79c295799065cf0446262d04 (diff) | |
download | tdelibs-23b31c0de4b779642c60e548d0b6de88437acf86.tar.gz tdelibs-23b31c0de4b779642c60e548d0b6de88437acf86.zip |
Rename kdebugdialog -> tdedebugdialog
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. |