diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-07-29 12:43:23 +0900 | 
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-07-29 12:43:23 +0900 | 
| commit | fef846914f8db6dc117e206ef913d519bf6bb33e (patch) | |
| tree | d6567b31f7f22d0c8c66eec947dff1960efa25ac /doc/html/motif-extension.html | |
| parent | 8ef4ea451dd81dd66b34ed31aaa631f6df24a192 (diff) | |
| download | tqt-fef84691.tar.gz tqt-fef84691.zip | |
Rename basic widget nt* related files to equivalent tq*
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/html/motif-extension.html')
| -rw-r--r-- | doc/html/motif-extension.html | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/doc/html/motif-extension.html b/doc/html/motif-extension.html index 8e42fd4a8..5d7e1bf9d 100644 --- a/doc/html/motif-extension.html +++ b/doc/html/motif-extension.html @@ -46,7 +46,7 @@ versions of TQt.  <p> <ul>  <li> <a href="qmotif.html">TQMotif</a> - Provides the basis of the TQt Motif Extension.  <li> <a href="qmotifwidget.html">TQMotifWidget</a> - Provides the <a href="tqwidget.html">TQWidget</a> API for Motif widgets. -<li> <a href="qmotifdialog.html">TQMotifDialog</a> - Provides the <a href="ntqdialog.html">TQDialog</a> API for Motif dialogs. +<li> <a href="qmotifdialog.html">TQMotifDialog</a> - Provides the <a href="tqdialog.html">TQDialog</a> API for Motif dialogs.  <li> <a href="qxtwidget.html">TQXtWidget</a> - The Xt/Motif integration widget from the previous  Xt/Motif extension.  This class is unsupported and has many known  problems and limitations.  It is provided only to keep existing source @@ -82,7 +82,7 @@ For example:  <p> <pre>      // TQt headers first      #include <<a href="qapplication-h.html">ntqapplication.h</a>> -    #include <<a href="qpushbutton-h.html">ntqpushbutton.h</a>> +    #include <<a href="tqpushbutton-h.html">tqpushbutton.h</a>>      #include <<a href="tqsocket-h.html">tqsocket.h</a>>      ... | 
