summaryrefslogtreecommitdiffstats
path: root/doc/html/ntqapplication.html
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-07-10 18:56:16 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-07-10 18:56:16 +0900
commit252a2ec8b0f0f9cf20c947737087b24a8185b588 (patch)
treeb48be8863db3bc1c223ac270a258b5c1124cb0e3 /doc/html/ntqapplication.html
parent87d29563e3ccdeb7fea0197e262e667ef323ff9c (diff)
downloadtqt-252a2ec8.tar.gz
tqt-252a2ec8.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/ntqapplication.html')
-rw-r--r--doc/html/ntqapplication.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/html/ntqapplication.html b/doc/html/ntqapplication.html
index b9da3ea72..c95062789 100644
--- a/doc/html/ntqapplication.html
+++ b/doc/html/ntqapplication.html
@@ -673,7 +673,7 @@ TQApplication object, and through which you can access <a href="#argc">argc</a>(
</h3>
Sounds the bell, using the default volume and sound.
-<h3 class=fn><a href="ntqclipboard.html">TQClipboard</a>&nbsp;* <a name="clipboard"></a>TQApplication::clipboard ()<tt> [static]</tt>
+<h3 class=fn><a href="tqclipboard.html">TQClipboard</a>&nbsp;* <a name="clipboard"></a>TQApplication::clipboard ()<tt> [static]</tt>
</h3>
Returns a pointer to the application global clipboard.
@@ -1088,7 +1088,7 @@ events to process, whichever is shorter.
performing a long operation (e.g. copying a file).
<p> <p>See also <a href="#exec">exec</a>(), <a href="tqtimer.html">TQTimer</a>, and <a href="ntqeventloop.html#processEvents">TQEventLoop::processEvents</a>().
-<p>Examples: <a href="fileiconview-example.html#x808">fileiconview/qfileiconview.cpp</a> and <a href="ftpclient-example.html#x778">network/ftpclient/main.cpp</a>.
+<p>Examples: <a href="fileiconview-example.html#x808">fileiconview/tqfileiconview.cpp</a> and <a href="ftpclient-example.html#x778">network/ftpclient/main.cpp</a>.
<h3 class=fn>void <a name="processEvents-2"></a>TQApplication::processEvents ( int&nbsp;maxtime )
</h3>
This is an overloaded member function, provided for convenience. It behaves essentially like the above function.
@@ -1558,7 +1558,7 @@ like this:
startTheDrag();
</pre>
-<p> TQt uses this value internally, e.g. in <a href="ntqfiledialog.html">TQFileDialog</a>.
+<p> TQt uses this value internally, e.g. in <a href="tqfiledialog.html">TQFileDialog</a>.
<p> The default value is 4 pixels.
<p> <p>See also <a href="#setStartDragDistance">setStartDragDistance</a>(), <a href="#startDragTime">startDragTime</a>(), and <a href="ntqpoint.html#manhattanLength">TQPoint::manhattanLength</a>().