diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-07-20 20:15:52 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-07-21 23:04:19 +0900 |
commit | 1e9fa8e06de5da7fcc268e9cccb2d6b21c5f53a3 (patch) | |
tree | 5f1bb482f68ee0f95843fbf375cd2274acdabf25 /doc/html/biff-example.html | |
parent | 14c414378d96f7463b989384f4a0e5dd76632b6d (diff) | |
download | tqt-1e9fa8e0.tar.gz tqt-1e9fa8e0.zip |
Rename graphics class nt* related files to equivalent tq* (part 2)
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/html/biff-example.html')
-rw-r--r-- | doc/html/biff-example.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/html/biff-example.html b/doc/html/biff-example.html index a701c594c..3249c804b 100644 --- a/doc/html/biff-example.html +++ b/doc/html/biff-example.html @@ -52,7 +52,7 @@ mail; it looks exactly like xbiff but is much shorter. #include <<a href="tqwidget-h.html">tqwidget.h</a>> #include <<a href="tqdatetime-h.html">tqdatetime.h</a>> -#include <<a href="qpixmap-h.html">ntqpixmap.h</a>> +#include <<a href="tqpixmap-h.html">tqpixmap.h</a>> class Biff : public <a href="tqwidget.html">TQWidget</a> @@ -68,8 +68,8 @@ protected: private: <a href="tqdatetime.html">TQDateTime</a> lastModified; - <a href="ntqpixmap.html">TQPixmap</a> hasNewMail; - <a href="ntqpixmap.html">TQPixmap</a> noNewMail; + <a href="tqpixmap.html">TQPixmap</a> hasNewMail; + <a href="tqpixmap.html">TQPixmap</a> noNewMail; <a href="tqstring.html">TQString</a> mailbox; bool gotMail; }; |