diff options
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 |