diff options
author | Michele Calgaro <[email protected]> | 2024-05-23 14:04:45 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2024-05-27 16:08:54 +0900 |
commit | 04913ce7a46fd027856e83a96205fdc388742a19 (patch) | |
tree | a04a117317c14854a6b91072658ba0eb3ad8b3fc /doc/html/qwsserver.html | |
parent | c11c0f228b65f7471a26513ef8dbde413e75f8fa (diff) | |
download | tqt3-04913ce7a46fd027856e83a96205fdc388742a19.tar.gz tqt3-04913ce7a46fd027856e83a96205fdc388742a19.zip |
Rename ntqobject*.h and qobject*.cpp to tqobject*
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'doc/html/qwsserver.html')
-rw-r--r-- | doc/html/qwsserver.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/html/qwsserver.html b/doc/html/qwsserver.html index 08a942568..bc0fbb2b2 100644 --- a/doc/html/qwsserver.html +++ b/doc/html/qwsserver.html @@ -146,7 +146,7 @@ server. <li><tt>TQWSServer::Name</tt> - The window has been named. </ul> <hr><h2>Member Function Documentation</h2> -<h3 class=fn><a name="TQWSServer"></a>TQWSServer::TQWSServer ( int flags = 0, <a href="ntqobject.html">TQObject</a> * parent = 0, const char * name = 0 ) +<h3 class=fn><a name="TQWSServer"></a>TQWSServer::TQWSServer ( int flags = 0, <a href="tqobject.html">TQObject</a> * parent = 0, const char * name = 0 ) </h3> Construct a TQWSServer object. <p> <b>Warning:</b> This class is instantiated by <a href="ntqapplication.html">TQApplication</a> for |