diff options
author | Michele Calgaro <[email protected]> | 2024-07-24 19:37:05 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2024-07-24 19:37:05 +0900 |
commit | 0e787fb7f5b56b4fe87cd8ada64ae740bbca87bc (patch) | |
tree | be5eda50c23980aa4b44de1e8b2e209c6c02d2d1 /doc/html/tqmainwindow.html | |
parent | 1e9fa8e06de5da7fcc268e9cccb2d6b21c5f53a3 (diff) | |
download | tqt3-0e787fb7f5b56b4fe87cd8ada64ae740bbca87bc.tar.gz tqt3-0e787fb7f5b56b4fe87cd8ada64ae740bbca87bc.zip |
Rename text class nt* related files to equivalent tq*
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'doc/html/tqmainwindow.html')
-rw-r--r-- | doc/html/tqmainwindow.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/html/tqmainwindow.html b/doc/html/tqmainwindow.html index cdd64ba83..c6abc5d92 100644 --- a/doc/html/tqmainwindow.html +++ b/doc/html/tqmainwindow.html @@ -848,7 +848,7 @@ to this signal. <h3 class=fn>void <a name="whatsThis"></a>TQMainWindow::whatsThis ()<tt> [virtual slot]</tt> </h3> Enters 'What's This?' mode and returns immediately. -<p> This is the same as <a href="ntqwhatsthis.html#enterWhatsThisMode">TQWhatsThis::enterWhatsThisMode</a>(), but +<p> This is the same as <a href="tqwhatsthis.html#enterWhatsThisMode">TQWhatsThis::enterWhatsThisMode</a>(), but implemented as a main window object's slot. This way it can easily be used for popup menus, for example: <p> <pre> @@ -856,7 +856,7 @@ be used for popup menus, for example: help-><a href="tqmenudata.html#insertItem">insertItem</a>( "What's &This", this , TQ_SLOT(<a href="#whatsThis">whatsThis</a>()), SHIFT+Key_F1); </pre> -<p> <p>See also <a href="ntqwhatsthis.html#enterWhatsThisMode">TQWhatsThis::enterWhatsThisMode</a>(). +<p> <p>See also <a href="tqwhatsthis.html#enterWhatsThisMode">TQWhatsThis::enterWhatsThisMode</a>(). <hr><h2>Property Documentation</h2> <h3 class=fn>bool <a name="dockWindowsMovable-prop"></a>dockWindowsMovable</h3> |