diff options
author | Michele Calgaro <[email protected]> | 2024-10-15 13:05:33 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2024-10-22 10:05:58 +0900 |
commit | 397b7afa8e3f32268c4454bf4783ac2a5a799658 (patch) | |
tree | 0b41c33e457556bd2b9371788ddbce25263f00d6 /doc/html/tqdesktopwidget.html | |
parent | 755d46927cc6a5719e695aeb8133be6897de62d8 (diff) | |
download | tqt3-397b7afa8e3f32268c4454bf4783ac2a5a799658.tar.gz tqt3-397b7afa8e3f32268c4454bf4783ac2a5a799658.zip |
Rename ntqapplication, ntqconfig and ntqmodules files to equivalent tq*
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'doc/html/tqdesktopwidget.html')
-rw-r--r-- | doc/html/tqdesktopwidget.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/html/tqdesktopwidget.html b/doc/html/tqdesktopwidget.html index 2977ae116..a32e86fa2 100644 --- a/doc/html/tqdesktopwidget.html +++ b/doc/html/tqdesktopwidget.html @@ -95,7 +95,7 @@ Creates the desktop widget. the size of the virtual desktop; otherwise this widget will have the size of the primary screen. <p> Instead of using TQDesktopWidget directly, use -<a href="ntqapplication.html#desktop">TQApplication::desktop</a>(). +<a href="tqapplication.html#desktop">TQApplication::desktop</a>(). <h3 class=fn><a name="~TQDesktopWidget"></a>TQDesktopWidget::~TQDesktopWidget () </h3> @@ -149,7 +149,7 @@ Returns a widget that represents the screen with index <em>screen</em>. This widget can be used to draw directly on the desktop, using an unclipped painter like this: <p> <pre> - <a href="tqpainter.html">TQPainter</a> paint( TQApplication::<a href="ntqapplication.html#desktop">desktop</a>()->screen( 0 ), TRUE ); + <a href="tqpainter.html">TQPainter</a> paint( TQApplication::<a href="tqapplication.html#desktop">desktop</a>()->screen( 0 ), TRUE ); paint.draw... ... paint.<a href="tqpainter.html#end">end</a>(); |