diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-06-06 12:20:38 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-06-06 12:20:38 +0900 |
commit | 0881ed5059c46ce73e8241e6260b82b92f6d0e55 (patch) | |
tree | 6d1d4883cc07ad22b11017d0714d4c26e1ce1b94 /doc/html/ntqmainwindow.html | |
parent | 1f0ce8533cc837aa2d4155b5fc17d2004bed0197 (diff) | |
download | tqt3-0881ed5059c46ce73e8241e6260b82b92f6d0e55.tar.gz tqt3-0881ed5059c46ce73e8241e6260b82b92f6d0e55.zip |
Rename ptr nt* related files to equivalent tq*
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/html/ntqmainwindow.html')
-rw-r--r-- | doc/html/ntqmainwindow.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/html/ntqmainwindow.html b/doc/html/ntqmainwindow.html index ce9fbc405..c70ddd854 100644 --- a/doc/html/ntqmainwindow.html +++ b/doc/html/ntqmainwindow.html @@ -525,7 +525,7 @@ within its dock area or moved to another dock area (including the <a href="ntqt.html#Dock-enum">Minimized</a> and <tt>TearOff</tt> dock areas). <p> <p>See also <a href="#getLocation">getLocation</a>(). -<h3 class=fn><a href="ntqptrlist.html">TQPtrList</a><TQDockWindow> <a name="dockWindows"></a>TQMainWindow::dockWindows ( <a href="ntqt.html#Dock-enum">Dock</a> dock ) const +<h3 class=fn><a href="tqptrlist.html">TQPtrList</a><TQDockWindow> <a name="dockWindows"></a>TQMainWindow::dockWindows ( <a href="ntqt.html#Dock-enum">Dock</a> dock ) const </h3> Returns a list of all the dock windows which are in the <em>dock</em> dock area, regardless of their state. @@ -533,7 +533,7 @@ dock area, regardless of their state. windows but these are returned along with the visible dock windows. -<h3 class=fn><a href="ntqptrlist.html">TQPtrList</a><TQDockWindow> <a name="dockWindows-2"></a>TQMainWindow::dockWindows () const +<h3 class=fn><a href="tqptrlist.html">TQPtrList</a><TQDockWindow> <a name="dockWindows-2"></a>TQMainWindow::dockWindows () const </h3> This is an overloaded member function, provided for convenience. It behaves essentially like the above function. <p> Returns the list of dock windows which belong to this main window, @@ -807,7 +807,7 @@ tip group too. <b>This function is obsolete.</b> It is provided to keep old source working. We strongly advise against using it in new code. <p> -<h3 class=fn><a href="ntqptrlist.html">TQPtrList</a><TQToolBar> <a name="toolBars"></a>TQMainWindow::toolBars ( <a href="ntqt.html#Dock-enum">Dock</a> dock ) const +<h3 class=fn><a href="tqptrlist.html">TQPtrList</a><TQToolBar> <a name="toolBars"></a>TQMainWindow::toolBars ( <a href="ntqt.html#Dock-enum">Dock</a> dock ) const </h3> Returns a list of all the toolbars which are in the <em>dock</em> dock area, regardless of their state. |