summaryrefslogtreecommitdiffstats
path: root/doc/html/menu-example.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/menu-example.html')
-rw-r--r--doc/html/menu-example.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/html/menu-example.html b/doc/html/menu-example.html
index a0d41e285..ae09aa360 100644
--- a/doc/html/menu-example.html
+++ b/doc/html/menu-example.html
@@ -117,7 +117,7 @@ private:
#include &lt;<a href="tqpopupmenu-h.html">tqpopupmenu.h</a>&gt;
#include &lt;<a href="qapplication-h.html">ntqapplication.h</a>&gt;
#include &lt;<a href="qmessagebox-h.html">ntqmessagebox.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;
#include &lt;<a href="tqpainter-h.html">tqpainter.h</a>&gt;
/* XPM */
@@ -221,9 +221,9 @@ private:
<a name="f501"></a>MenuExample::MenuExample( <a href="tqwidget.html">TQWidget</a> *parent, const char *name )
: <a href="tqwidget.html">TQWidget</a>( parent, name )
{
- <a href="ntqpixmap.html">TQPixmap</a> p1( p1_xpm );
- <a href="ntqpixmap.html">TQPixmap</a> p2( p2_xpm );
- <a href="ntqpixmap.html">TQPixmap</a> p3( p3_xpm );
+ <a href="tqpixmap.html">TQPixmap</a> p1( p1_xpm );
+ <a href="tqpixmap.html">TQPixmap</a> p2( p2_xpm );
+ <a href="tqpixmap.html">TQPixmap</a> p3( p3_xpm );
<a href="tqpopupmenu.html">TQPopupMenu</a> *print = new <a href="tqpopupmenu.html">TQPopupMenu</a>( this );
<a href="ntqapplication.html#TQ_CHECK_PTR">TQ_CHECK_PTR</a>( print );
<a name="x1879"></a> print-&gt;<a href="tqpopupmenu.html#insertTearOffHandle">insertTearOffHandle</a>();