diff options
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>(); | 
