summaryrefslogtreecommitdiffstats
path: root/doc/man/man3/tqapplication.3qt
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/man/man3/tqapplication.3qt
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/man/man3/tqapplication.3qt')
-rw-r--r--doc/man/man3/tqapplication.3qt8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/man/man3/tqapplication.3qt b/doc/man/man3/tqapplication.3qt
index 087c53964..c972a56d7 100644
--- a/doc/man/man3/tqapplication.3qt
+++ b/doc/man/man3/tqapplication.3qt
@@ -247,7 +247,7 @@ Inherits TQObject.
.BI "TQWidget * \fBactiveModalWidget\fR ()"
.br
.ti -1c
-.BI "QClipboard * \fBclipboard\fR ()"
+.BI "TQClipboard * \fBclipboard\fR ()"
.br
.ti -1c
.BI "TQWidget * \fBwidgetAt\fR ( int x, int y, bool child = FALSE )"
@@ -762,7 +762,7 @@ Examples:
.)l chart/main.cpp and scribble/scribble.cpp.
.SH "void QApplication::beep ()\fC [static]\fR"
Sounds the bell, using the default volume and sound.
-.SH "QClipboard * QApplication::clipboard ()\fC [static]\fR"
+.SH "TQClipboard * QApplication::clipboard ()\fC [static]\fR"
Returns a pointer to the application global clipboard.
.PP
Examples:
@@ -1087,7 +1087,7 @@ You can call this function occasionally when your program is busy performing a l
See also exec(), TQTimer, and QEventLoop::processEvents().
.PP
Examples:
-.)l fileiconview/qfileiconview.cpp and network/ftpclient/main.cpp.
+.)l fileiconview/tqfileiconview.cpp and network/ftpclient/main.cpp.
.SH "void QApplication::processEvents ( int maxtime )"
This is an overloaded member function, provided for convenience. It behaves essentially like the above function.
.PP
@@ -1479,7 +1479,7 @@ For example, if the mouse position of the click is stored in \fCstartPos\fR and
.br
.fi
.PP
-Qt uses this value internally, e.g. in QFileDialog.
+Qt uses this value internally, e.g. in TQFileDialog.
.PP
The default value is 4 pixels.
.PP