diff options
author | Michele Calgaro <[email protected]> | 2024-06-02 23:07:22 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2024-06-02 23:22:42 +0900 |
commit | 8ac0e970e4464d9f8f73c0fb34a178ff135be8c3 (patch) | |
tree | b95884617b9a37accc843676d5d42be4116a3f54 /doc/html/debug.html | |
parent | 68b81013e8668f50fc18b7e26a520ec93a7a1251 (diff) | |
download | tqt3-8ac0e970e4464d9f8f73c0fb34a178ff135be8c3.tar.gz tqt3-8ac0e970e4464d9f8f73c0fb34a178ff135be8c3.zip |
Rename ntqwidget* related files to equivalent tqwidget*
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'doc/html/debug.html')
-rw-r--r-- | doc/html/debug.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/html/debug.html b/doc/html/debug.html index 75a0b0812..ac0220ee7 100644 --- a/doc/html/debug.html +++ b/doc/html/debug.html @@ -41,7 +41,7 @@ that can help with debugging. <p> <center><table cellpadding="4" cellspacing="2" border="0"> <tr bgcolor="#a2c511"> <th valign="top">Option <th valign="top">Result <tr bgcolor="#f0f0f0"> <td valign="top">-nograb -<td valign="top">The application should never grab <a href="ntqwidget.html#grabMouse">the mouse</a> or <a href="ntqwidget.html#grabKeyboard">the +<td valign="top">The application should never grab <a href="tqwidget.html#grabMouse">the mouse</a> or <a href="tqwidget.html#grabKeyboard">the keyboard</a>. This option is set by default when the program is running in the <tt>gdb</tt> debugger under Linux. <tr bgcolor="#d0d0d0"> <td valign="top">-dograb |