diff options
Diffstat (limited to 'doc/html/tqpaintdevice.html')
-rw-r--r-- | doc/html/tqpaintdevice.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/html/tqpaintdevice.html b/doc/html/tqpaintdevice.html index 446469e17..206d51f92 100644 --- a/doc/html/tqpaintdevice.html +++ b/doc/html/tqpaintdevice.html @@ -126,7 +126,7 @@ is implemented as the global function <a href="#bitBlt">bitBlt</a>(). <a href="#bitBlt">bitBlt</a>( myWidget, 10, 0, myWidget ); </pre> -<p> <b>Warning:</b> TQt requires that a <a href="ntqapplication.html">TQApplication</a> object exists before +<p> <b>Warning:</b> TQt requires that a <a href="tqapplication.html">TQApplication</a> object exists before any paint devices can be created. Paint devices access window system resources, and these resources are not initialized before an application object is created. |