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/html/tqcursor.html | |
| 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/html/tqcursor.html')
| -rw-r--r-- | doc/html/tqcursor.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/html/tqcursor.html b/doc/html/tqcursor.html index 117294741..3b68b69ea 100644 --- a/doc/html/tqcursor.html +++ b/doc/html/tqcursor.html @@ -81,7 +81,7 @@ of the mouse cursor. custom cursor shapes based on a <a href="tqbitmap.html">TQBitmap</a>, a mask and a hotspot. <p> To associate a cursor with a widget, use <a href="tqwidget.html#setCursor">TQWidget::setCursor</a>(). To associate a cursor with all widgets (normally for a short period -of time), use <a href="ntqapplication.html#setOverrideCursor">TQApplication::setOverrideCursor</a>(). +of time), use <a href="tqapplication.html#setOverrideCursor">TQApplication::setOverrideCursor</a>(). <p> To set a cursor shape use <a href="#setShape">TQCursor::setShape</a>() or use the TQCursor constructor which takes the shape as argument, or you can use one of the predefined cursors defined in the <a href="tqt.html#CursorShape-enum">CursorShape</a> enum. @@ -196,7 +196,7 @@ cursors. <h3 class=fn>void <a name="cleanup"></a>TQCursor::cleanup ()<tt> [static]</tt> </h3> Internal function that deinitializes the predefined cursors. -This function is called from the <a href="ntqapplication.html">TQApplication</a> destructor. +This function is called from the <a href="tqapplication.html">TQApplication</a> destructor. <p> <p>See also <a href="#initialize">initialize</a>(). <h3 class=fn>HANDLE <a name="handle"></a>TQCursor::handle () const @@ -214,7 +214,7 @@ standard cursors. <h3 class=fn>void <a name="initialize"></a>TQCursor::initialize ()<tt> [static]</tt> </h3> Internal function that initializes the predefined cursors. -This function is called from the <a href="ntqapplication.html">TQApplication</a> constructor. +This function is called from the <a href="tqapplication.html">TQApplication</a> constructor. <p> <p>See also <a href="#cleanup">cleanup</a>(). <h3 class=fn>const <a href="tqbitmap.html">TQBitmap</a> * <a name="mask"></a>TQCursor::mask () const |
