diff options
Diffstat (limited to 'doc/html/menu-example.html')
-rw-r--r-- | doc/html/menu-example.html | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/html/menu-example.html b/doc/html/menu-example.html index adf64a938..daff8ddbb 100644 --- a/doc/html/menu-example.html +++ b/doc/html/menu-example.html @@ -80,7 +80,7 @@ public slots: void printerSetup(); protected: - void resizeEvent( <a href="qresizeevent.html">TQResizeEvent</a> * ); + void resizeEvent( <a href="tqresizeevent.html">TQResizeEvent</a> * ); signals: void explain( const <a href="tqstring.html">TQString</a>& ); @@ -116,7 +116,7 @@ private: #include <<a href="tqcursor-h.html">tqcursor.h</a>> #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="tqmessagebox-h.html">tqmessagebox.h</a>> #include <<a href="tqpixmap-h.html">tqpixmap.h</a>> #include <<a href="tqpainter-h.html">tqpainter.h</a>> @@ -409,7 +409,7 @@ void <a name="f510"></a>MenuExample::underline() void <a name="f511"></a>MenuExample::about() { -<a name="x1874"></a> TQMessageBox::<a href="ntqmessagebox.html#about">about</a>( this, "TQt Menu Example", +<a name="x1874"></a> TQMessageBox::<a href="tqmessagebox.html#about">about</a>( this, "TQt Menu Example", "This example demonstrates simple use of TQt menus.\n" "You can cut and paste lines from it to your own\n" "programs." ); @@ -418,7 +418,7 @@ void <a name="f511"></a>MenuExample::about() void <a name="f512"></a>MenuExample::aboutTQt() { -<a name="x1875"></a> TQMessageBox::<a href="ntqmessagebox.html#aboutTQt">aboutTQt</a>( this, "TQt Menu Example" ); +<a name="x1875"></a> TQMessageBox::<a href="tqmessagebox.html#aboutTQt">aboutTQt</a>( this, "TQt Menu Example" ); } @@ -443,7 +443,7 @@ void <a name="f516"></a>MenuExample::printerSetup() } -<a name="x1884"></a>void MenuExample::<a href="tqwidget.html#resizeEvent">resizeEvent</a>( <a href="qresizeevent.html">TQResizeEvent</a> * ) +<a name="x1884"></a>void MenuExample::<a href="tqwidget.html#resizeEvent">resizeEvent</a>( <a href="tqresizeevent.html">TQResizeEvent</a> * ) { label-><a href="tqwidget.html#setGeometry">setGeometry</a>( 20, rect().center().y()-20, width()-40, 40 ); } |