diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-07-15 19:08:22 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-07-18 09:31:41 +0900 |
commit | a30f5359f03c3017fa19a6770fab32d25d22cb87 (patch) | |
tree | cb365dd7a1c3666e3f972c6cad04be7b8e846cba /doc/html/ntqdesktopwidget.html | |
parent | 25ad1267da6916e738a126ff5a9b41cd686adfc6 (diff) | |
download | tqt-a30f5359.tar.gz tqt-a30f5359.zip |
Rename graphics class nt* related files to equivalent tq* (part 1)
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/html/ntqdesktopwidget.html')
-rw-r--r-- | doc/html/ntqdesktopwidget.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/html/ntqdesktopwidget.html b/doc/html/ntqdesktopwidget.html index 1f32a0c6d..1a2dc55a0 100644 --- a/doc/html/ntqdesktopwidget.html +++ b/doc/html/ntqdesktopwidget.html @@ -150,10 +150,10 @@ 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="ntqpainter.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="ntqapplication.html#desktop">desktop</a>()->screen( 0 ), TRUE ); paint.draw... ... - paint.<a href="ntqpainter.html#end">end</a>(); + paint.<a href="tqpainter.html#end">end</a>(); </pre> <p> If the system uses a virtual desktop, the returned widget will |