diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-10-15 13:05:33 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-10-22 10:05:58 +0900 |
| commit | 397b7afa8e3f32268c4454bf4783ac2a5a799658 (patch) | |
| tree | 0b41c33e457556bd2b9371788ddbce25263f00d6 /doc/man/man3/tqcursor.3qt | |
| parent | 755d46927cc6a5719e695aeb8133be6897de62d8 (diff) | |
| download | tqt-397b7afa.tar.gz tqt-397b7afa.zip | |
Rename ntqapplication, ntqconfig and ntqmodules files to equivalent tq*
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/man/man3/tqcursor.3qt')
| -rw-r--r-- | doc/man/man3/tqcursor.3qt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/man/man3/tqcursor.3qt b/doc/man/man3/tqcursor.3qt index b308c7cbb..e107fe863 100644 --- a/doc/man/man3/tqcursor.3qt +++ b/doc/man/man3/tqcursor.3qt @@ -95,7 +95,7 @@ This class is mainly used to create mouse cursors that are associated with parti .PP Qt has a number of standard cursor shapes, but you can also make custom cursor shapes based on a TQBitmap, a mask and a hotspot. .PP -To associate a cursor with a widget, use TQWidget::setCursor(). To associate a cursor with all widgets (normally for a short period of time), use QApplication::setOverrideCursor(). +To associate a cursor with a widget, use TQWidget::setCursor(). To associate a cursor with all widgets (normally for a short period of time), use TQApplication::setOverrideCursor(). .PP To set a cursor shape use TQCursor::setShape() or use the TQCursor constructor which takes the shape as argument, or you can use one of the predefined cursors defined in the CursorShape enum. .PP @@ -173,7 +173,7 @@ Destroys the cursor. .SH "const TQBitmap * TQCursor::bitmap () const" Returns the cursor bitmap, or 0 if it is one of the standard cursors. .SH "void TQCursor::cleanup ()\fC [static]\fR" -Internal function that deinitializes the predefined cursors. This function is called from the QApplication destructor. +Internal function that deinitializes the predefined cursors. This function is called from the TQApplication destructor. .PP See also initialize(). .SH "HANDLE TQCursor::handle () const" @@ -183,7 +183,7 @@ Returns the window system cursor handle. .SH "TQPoint TQCursor::hotSpot () const" Returns the cursor hot spot, or (0, 0) if it is one of the standard cursors. .SH "void TQCursor::initialize ()\fC [static]\fR" -Internal function that initializes the predefined cursors. This function is called from the QApplication constructor. +Internal function that initializes the predefined cursors. This function is called from the TQApplication constructor. .PP See also cleanup(). .SH "const TQBitmap * TQCursor::mask () const" |
