summaryrefslogtreecommitdiffstats
path: root/doc/html/themes-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/themes-example.html
parent39f8a475b4ec5c87a11a7e9300a30ef1c5b4a7e1 (diff)
downloadtqt3-0582c90a9ed4b965629267713f51c0da7c38b39d.tar.gz
tqt3-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/themes-example.html')
-rw-r--r--doc/html/themes-example.html10
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/html/themes-example.html b/doc/html/themes-example.html
index 3d270718c..d0df907cf 100644
--- a/doc/html/themes-example.html
+++ b/doc/html/themes-example.html
@@ -159,7 +159,7 @@ private:
#include "tqimage.h"
#include "tqpushbutton.h"
#include "tqwidget.h"
-#include "ntqrangecontrol.h"
+#include "tqrangecontrol.h"
#include "tqscrollbar.h"
#include &lt;limits.h&gt;
#include "tqstylefactory.h"
@@ -1655,7 +1655,7 @@ private:
#include "tqimage.h"
#include "tqpushbutton.h"
#include "tqwidget.h"
-#include "ntqrangecontrol.h"
+#include "tqrangecontrol.h"
#include "tqscrollbar.h"
#include "tqslider.h"
#include &lt;limits.h&gt;
@@ -2190,7 +2190,7 @@ private:
#include &lt;<a href="qapplication-h.html">ntqapplication.h</a>&gt;
#include &lt;<a href="tqpopupmenu-h.html">tqpopupmenu.h</a>&gt;
#include &lt;<a href="tqmenubar-h.html">tqmenubar.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="tqfont-h.html">tqfont.h</a>&gt;
#include &lt;<a href="tqstylefactory-h.html">tqstylefactory.h</a>&gt;
#include &lt;<a href="tqaction-h.html">tqaction.h</a>&gt;
@@ -2316,7 +2316,7 @@ void <a name="f232"></a>Themes::makeStyle(const <a href="tqstring.html">TQString
void <a name="f233"></a>Themes::about()
{
-<a name="x330"></a> TQMessageBox::<a href="ntqmessagebox.html#about">about</a>( this, "TQt Themes Example",
+<a name="x330"></a> TQMessageBox::<a href="tqmessagebox.html#about">about</a>( this, "TQt Themes Example",
"&lt;p&gt;This example demonstrates the concept of "
"&lt;b&gt;generalized GUI styles &lt;/b&gt; first introduced "
" with the 2.0 release of TQt.&lt;/p&gt;" );
@@ -2325,7 +2325,7 @@ void <a name="f233"></a>Themes::about()
void <a name="f234"></a>Themes::aboutTQt()
{
-<a name="x331"></a> TQMessageBox::<a href="ntqmessagebox.html#aboutTQt">aboutTQt</a>( this, "TQt Themes Example" );
+<a name="x331"></a> TQMessageBox::<a href="tqmessagebox.html#aboutTQt">aboutTQt</a>( this, "TQt Themes Example" );
}