diff options
Diffstat (limited to 'doc/html/qwsserver.html')
-rw-r--r-- | doc/html/qwsserver.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/html/qwsserver.html b/doc/html/qwsserver.html index bc0fbb2b2..48863b51c 100644 --- a/doc/html/qwsserver.html +++ b/doc/html/qwsserver.html @@ -135,10 +135,10 @@ server. <p> This specifies what sort of event has occurred to a top-level window: <ul> -<li><tt>TQWSServer::Create</tt> - A new window has been created (<a href="ntqwidget.html">TQWidget</a> constructor). +<li><tt>TQWSServer::Create</tt> - A new window has been created (<a href="tqwidget.html">TQWidget</a> constructor). <li><tt>TQWSServer::Destroy</tt> - The window has been closed and deleted (TQWidget destructor). -<li><tt>TQWSServer::Hide</tt> - The window has been hidden with <a href="ntqwidget.html#hide">TQWidget::hide</a>(). -<li><tt>TQWSServer::Show</tt> - The window has been shown with <a href="ntqwidget.html#show">TQWidget::show</a>() or similar. +<li><tt>TQWSServer::Hide</tt> - The window has been hidden with <a href="tqwidget.html#hide">TQWidget::hide</a>(). +<li><tt>TQWSServer::Show</tt> - The window has been shown with <a href="tqwidget.html#show">TQWidget::show</a>() or similar. <li><tt>TQWSServer::Raise</tt> - The window has been raised to the top of the desktop. <li><tt>TQWSServer::Lower</tt> - The window has been lowered. <li><tt>TQWSServer::Geometry</tt> - The window has changed size or position. @@ -306,7 +306,7 @@ Sets the primary keyboard handler to <em>kh</em>. </h3> Sets the area of the screen which TQt/Embedded applications will consider to be the maximum area to use for windows to <em>r</em>. -<p> <p>See also <a href="ntqwidget.html#showMaximized">TQWidget::showMaximized</a>(). +<p> <p>See also <a href="tqwidget.html#showMaximized">TQWidget::showMaximized</a>(). <h3 class=fn>void <a name="setScreenSaverInterval"></a>TQWSServer::setScreenSaverInterval ( int ms )<tt> [static]</tt> </h3> |