diff options
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; }; |