diff options
Diffstat (limited to 'doc/html/menu-example.html')
-rw-r--r-- | doc/html/menu-example.html | 8 |
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 <<a href="tqpopupmenu-h.html">tqpopupmenu.h</a>> #include <<a href="qapplication-h.html">ntqapplication.h</a>> #include <<a href="qmessagebox-h.html">ntqmessagebox.h</a>> -#include <<a href="qpixmap-h.html">ntqpixmap.h</a>> +#include <<a href="tqpixmap-h.html">tqpixmap.h</a>> #include <<a href="tqpainter-h.html">tqpainter.h</a>> /* 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-><a href="tqpopupmenu.html#insertTearOffHandle">insertTearOffHandle</a>(); |