diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-09-04 11:53:23 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-09-04 13:56:43 +0900 |
commit | 0582c90a9ed4b965629267713f51c0da7c38b39d (patch) | |
tree | cae95e850081d0a7f2be6cef5837f43a28d53d2c /doc/html/menu-example.html | |
parent | 39f8a475b4ec5c87a11a7e9300a30ef1c5b4a7e1 (diff) | |
download | tqt-0582c90a9ed4b965629267713f51c0da7c38b39d.tar.gz tqt-0582c90a9ed4b965629267713f51c0da7c38b39d.zip |
Rename remaining ntq[m-r]* related files to equivalent tq* (except ntqmodules.h)
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
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 ); } |