summaryrefslogtreecommitdiffstats
path: root/doc/html/menu-example.html
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-09-04 11:53:23 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-09-04 13:56:43 +0900
commit0582c90a9ed4b965629267713f51c0da7c38b39d (patch)
treecae95e850081d0a7f2be6cef5837f43a28d53d2c /doc/html/menu-example.html
parent39f8a475b4ec5c87a11a7e9300a30ef1c5b4a7e1 (diff)
downloadtqt-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.html10
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>&amp; );
@@ -116,7 +116,7 @@ private:
#include &lt;<a href="tqcursor-h.html">tqcursor.h</a>&gt;
#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="tqmessagebox-h.html">tqmessagebox.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;
@@ -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-&gt;<a href="tqwidget.html#setGeometry">setGeometry</a>( 20, rect().center().y()-20, width()-40, 40 );
}