diff options
author | Michele Calgaro <[email protected]> | 2024-07-20 20:15:52 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2024-07-21 23:04:19 +0900 |
commit | 1e9fa8e06de5da7fcc268e9cccb2d6b21c5f53a3 (patch) | |
tree | 5f1bb482f68ee0f95843fbf375cd2274acdabf25 /doc/html/motif-walkthrough-2.html | |
parent | 14c414378d96f7463b989384f4a0e5dd76632b6d (diff) | |
download | tqt3-1e9fa8e06de5da7fcc268e9cccb2d6b21c5f53a3.tar.gz tqt3-1e9fa8e06de5da7fcc268e9cccb2d6b21c5f53a3.zip |
Rename graphics class nt* related files to equivalent tq* (part 2)
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'doc/html/motif-walkthrough-2.html')
-rw-r--r-- | doc/html/motif-walkthrough-2.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/html/motif-walkthrough-2.html b/doc/html/motif-walkthrough-2.html index 1a2043b9f..d30c28011 100644 --- a/doc/html/motif-walkthrough-2.html +++ b/doc/html/motif-walkthrough-2.html @@ -57,7 +57,7 @@ functionality with <a href="tqfiledialog.html">TQFileDialog</a> and <a href="ntq using immediately. <p> The <em>Print</em> dialog is special, however. The <em>Print</em> dialog cannot be replaced until after we have replaced the <em>View</em> widget. TQt provides -a complete printing mechanism with <a href="ntqprinter.html">TQPrinter</a>, but we cannot start using +a complete printing mechanism with <a href="tqprinter.html">TQPrinter</a>, but we cannot start using it until we have replaced the <em>View</em> widget. <p> <h2> Removing the <em>Help</em> Dialog </h2> |