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/themes-example.html | |
parent | 39f8a475b4ec5c87a11a7e9300a30ef1c5b4a7e1 (diff) | |
download | tqt3-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.html | 10 |
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 <limits.h> #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 <limits.h> @@ -2190,7 +2190,7 @@ private: #include <<a href="qapplication-h.html">ntqapplication.h</a>> #include <<a href="tqpopupmenu-h.html">tqpopupmenu.h</a>> #include <<a href="tqmenubar-h.html">tqmenubar.h</a>> -#include <<a href="qmessagebox-h.html">ntqmessagebox.h</a>> +#include <<a href="tqmessagebox-h.html">tqmessagebox.h</a>> #include <<a href="tqfont-h.html">tqfont.h</a>> #include <<a href="tqstylefactory-h.html">tqstylefactory.h</a>> #include <<a href="tqaction-h.html">tqaction.h</a>> @@ -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", "<p>This example demonstrates the concept of " "<b>generalized GUI styles </b> first introduced " " with the 2.0 release of TQt.</p>" ); @@ -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" ); } |