diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-06-02 23:07:22 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-06-02 23:22:42 +0900 |
commit | 8ac0e970e4464d9f8f73c0fb34a178ff135be8c3 (patch) | |
tree | b95884617b9a37accc843676d5d42be4116a3f54 /doc/html/qwsserver.html | |
parent | 68b81013e8668f50fc18b7e26a520ec93a7a1251 (diff) | |
download | tqt-8ac0e970.tar.gz tqt-8ac0e970.zip |
Rename ntqwidget* related files to equivalent tqwidget*
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
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> |