summaryrefslogtreecommitdiffstats
path: root/doc/html/biff-example.html
diff options
context:
space:
mode:
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 a701c594..3249c804 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;
};