diff options
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" ); } |