diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-07-10 18:56:16 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-07-10 18:56:16 +0900 |
commit | 252a2ec8b0f0f9cf20c947737087b24a8185b588 (patch) | |
tree | b48be8863db3bc1c223ac270a258b5c1124cb0e3 /doc/html/ntqevent.html | |
parent | 87d29563e3ccdeb7fea0197e262e667ef323ff9c (diff) | |
download | tqt3-252a2ec8b0f0f9cf20c947737087b24a8185b588.tar.gz tqt3-252a2ec8b0f0f9cf20c947737087b24a8185b588.zip |
Rename IO and network class nt* related files to equivalent tq*
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/html/ntqevent.html')
-rw-r--r-- | doc/html/ntqevent.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/html/ntqevent.html b/doc/html/ntqevent.html index 812ef5fd5..643940701 100644 --- a/doc/html/ntqevent.html +++ b/doc/html/ntqevent.html @@ -124,7 +124,7 @@ cleaned up. <li><tt>TQEvent::ParentPaletteChange</tt> - Palette of the parent widget changed. <li><tt>TQEvent::ApplicationPaletteChange</tt> - Default application palette changed. <li><tt>TQEvent::Clipboard</tt> - Clipboard contents have changed. -<li><tt>TQEvent::SockAct</tt> - Socket activated, used to implement <a href="ntqsocketnotifier.html">TQSocketNotifier</a>. +<li><tt>TQEvent::SockAct</tt> - Socket activated, used to implement <a href="tqsocketnotifier.html">TQSocketNotifier</a>. <li><tt>TQEvent::DragEnter</tt> - A drag-and-drop enters widget, <a href="tqdragenterevent.html">TQDragEnterEvent</a>. <li><tt>TQEvent::DragMove</tt> - A drag-and-drop is in progress, <a href="tqdragmoveevent.html">TQDragMoveEvent</a>. <li><tt>TQEvent::DragLeave</tt> - A drag-and-drop leaves widget, <a href="tqdragleaveevent.html">TQDragLeaveEvent</a>. |