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.3qt12
1 files changed, 6 insertions, 6 deletions
diff --git a/doc/man/man3/tqapplication.3qt b/doc/man/man3/tqapplication.3qt
index 7ce25c9a2..7bdf866a5 100644
--- a/doc/man/man3/tqapplication.3qt
+++ b/doc/man/man3/tqapplication.3qt
@@ -202,10 +202,10 @@ Inherits TQObject.
.BI "void \fBsetColorSpec\fR ( int spec )"
.br
.ti -1c
-.BI "QCursor * \fBoverrideCursor\fR ()"
+.BI "TQCursor * \fBoverrideCursor\fR ()"
.br
.ti -1c
-.BI "void \fBsetOverrideCursor\fR ( const QCursor & cursor, bool replace = FALSE )"
+.BI "void \fBsetOverrideCursor\fR ( const TQCursor & cursor, bool replace = FALSE )"
.br
.ti -1c
.BI "void \fBrestoreOverrideCursor\fR ()"
@@ -1048,7 +1048,7 @@ Installing an event filter on the object. Such an event filter gets all the even
Reimplementing paintEvent(), mousePressEvent() and so on. This is the commonest, easiest and least powerful way.
.PP
See also TQObject::event() and installEventFilter().
-.SH "QCursor * QApplication::overrideCursor ()\fC [static]\fR"
+.SH "TQCursor * QApplication::overrideCursor ()\fC [static]\fR"
Returns the active application override cursor.
.PP
This function returns 0 if no application cursor has been defined (i.e. the internal cursor stack is empty).
@@ -1372,7 +1372,7 @@ See also mainWidget(), exec(), and quit().
.PP
Examples:
.)l chart/main.cpp, helpsystem/main.cpp, life/main.cpp, network/ftpclient/main.cpp, opengl/main.cpp, t1/main.cpp, and t4/main.cpp.
-.SH "void QApplication::setOverrideCursor ( const QCursor & cursor, bool replace = FALSE )\fC [static]\fR"
+.SH "void QApplication::setOverrideCursor ( const TQCursor & cursor, bool replace = FALSE )\fC [static]\fR"
Sets the application override cursor to \fIcursor\fR.
.PP
Application override cursors are intended for showing the user that the application is in a special state, for example during an operation that might take some time.
@@ -1387,7 +1387,7 @@ Example:
.PP
.nf
.br
- QApplication::setOverrideCursor( QCursor(TQt::WaitCursor) );
+ QApplication::setOverrideCursor( TQCursor(TQt::WaitCursor) );
.br
calculateHugeMandelbrot(); // lunch time...
.br
@@ -1587,7 +1587,7 @@ If \fIchild\fR is FALSE and there is a child widget at position \fI(x, y)\fR, th
.PP
This function is normally rather slow.
.PP
-See also QCursor::pos(), TQWidget::grabMouse(), and TQWidget::grabKeyboard().
+See also TQCursor::pos(), TQWidget::grabMouse(), and TQWidget::grabKeyboard().
.SH "TQWidget * QApplication::widgetAt ( const TQPoint & pos, bool child = FALSE )\fC [static]\fR"
This is an overloaded member function, provided for convenience. It behaves essentially like the above function.
.PP