summaryrefslogtreecommitdiffstats
path: root/doc/man/man3/tqapplication.3qt
diff options
context:
space:
mode:
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