summaryrefslogtreecommitdiffstats
path: root/doc/html/helpviewer-example.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/helpviewer-example.html')
-rw-r--r--doc/html/helpviewer-example.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/html/helpviewer-example.html b/doc/html/helpviewer-example.html
index 52281f18..44bf2de7 100644
--- a/doc/html/helpviewer-example.html
+++ b/doc/html/helpviewer-example.html
@@ -122,7 +122,7 @@ private:
#include &lt;<a href="qmenubar-h.html">ntqmenubar.h</a>&gt;
#include &lt;<a href="qtoolbar-h.html">ntqtoolbar.h</a>&gt;
#include &lt;<a href="qtoolbutton-h.html">ntqtoolbutton.h</a>&gt;
-#include &lt;<a href="qiconset-h.html">ntqiconset.h</a>&gt;
+#include &lt;<a href="tqiconset-h.html">tqiconset.h</a>&gt;
#include &lt;<a href="qfile-h.html">ntqfile.h</a>&gt;
#include &lt;<a href="tqtextstream-h.html">tqtextstream.h</a>&gt;
#include &lt;<a href="qstylesheet-h.html">ntqstylesheet.h</a>&gt;
@@ -177,9 +177,9 @@ private:
<a name="x980"></a> file-&gt;<a href="ntqmenudata.html#insertItem">insertItem</a>( <a href="tqobject.html#tr">tr</a>("E&amp;xit"), tqApp, TQ_SLOT( <a href="ntqapplication.html#closeAllWindows">closeAllWindows</a>() ), CTRL+Key_X );
// The same three icons are used twice each.
- <a href="ntqiconset.html">TQIconSet</a> icon_back( TQPixmap("back.xpm") );
- <a href="ntqiconset.html">TQIconSet</a> icon_forward( TQPixmap("forward.xpm") );
- <a href="ntqiconset.html">TQIconSet</a> icon_home( TQPixmap("home.xpm") );
+ <a href="tqiconset.html">TQIconSet</a> icon_back( TQPixmap("back.xpm") );
+ <a href="tqiconset.html">TQIconSet</a> icon_forward( TQPixmap("forward.xpm") );
+ <a href="tqiconset.html">TQIconSet</a> icon_home( TQPixmap("home.xpm") );
<a href="ntqpopupmenu.html">TQPopupMenu</a>* go = new <a href="ntqpopupmenu.html">TQPopupMenu</a>( this );
backwardId = go-&gt;<a href="ntqmenudata.html#insertItem">insertItem</a>( icon_back,