summaryrefslogtreecommitdiffstats
path: root/doc/html/biff-example.html
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-07-20 20:15:52 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-07-21 23:04:19 +0900
commit1e9fa8e06de5da7fcc268e9cccb2d6b21c5f53a3 (patch)
tree5f1bb482f68ee0f95843fbf375cd2274acdabf25 /doc/html/biff-example.html
parent14c414378d96f7463b989384f4a0e5dd76632b6d (diff)
downloadtqt-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.html6
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 &lt;<a href="tqwidget-h.html">tqwidget.h</a>&gt;
#include &lt;<a href="tqdatetime-h.html">tqdatetime.h</a>&gt;
-#include &lt;<a href="qpixmap-h.html">ntqpixmap.h</a>&gt;
+#include &lt;<a href="tqpixmap-h.html">tqpixmap.h</a>&gt;
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;
};