summaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
Diffstat (limited to 'examples')
-rw-r--r--examples/README10
-rw-r--r--examples/action/application.cpp4
-rw-r--r--examples/addressbook/centralwidget.cpp4
-rw-r--r--examples/application/application.cpp4
-rw-r--r--examples/canvas/canvas.cpp2
-rw-r--r--examples/chart/optionsform.cpp2
-rw-r--r--examples/checklists/checklists.cpp2
-rw-r--r--examples/cursor/cursor.cpp2
-rw-r--r--examples/customlayout/main.cpp2
-rw-r--r--examples/demo/dnd/styledbutton.cpp2
-rw-r--r--examples/demo/graph.cpp2
-rw-r--r--examples/demo/i18n/i18n.cpp2
-rw-r--r--examples/demo/qasteroids/toplevel.cpp2
-rw-r--r--examples/demo/textdrawing/example.html14
-rw-r--r--examples/demo/textdrawing/helpwindow.cpp2
-rw-r--r--examples/demo/textdrawing/textedit.cpp2
-rw-r--r--examples/dragdrop/dropsite.h2
-rw-r--r--examples/dragdrop/main.cpp2
-rw-r--r--examples/dragdrop/secret.h2
-rw-r--r--examples/fileiconview/mainwindow.cpp2
-rw-r--r--examples/helpsystem/helpsystem.doc10
-rw-r--r--examples/helpsystem/whatsthis.h2
-rw-r--r--examples/helpviewer/helpwindow.cpp2
-rw-r--r--examples/i18n/mywidget.cpp4
-rw-r--r--examples/layout/layout.cpp2
-rw-r--r--examples/life/lifedlg.cpp2
-rw-r--r--examples/lineedits/lineedits.cpp2
-rw-r--r--examples/listbox/listbox.cpp2
-rw-r--r--examples/listboxcombo/listboxcombo.cpp2
-rw-r--r--examples/listviews/listviews.cpp2
-rw-r--r--examples/mdi/application.cpp6
-rw-r--r--examples/menu/menu.h2
-rw-r--r--examples/movies/main.cpp2
-rw-r--r--examples/movies/movies.doc2
-rw-r--r--examples/network/clientserver/client/client.cpp2
-rw-r--r--examples/network/clientserver/server/server.cpp2
-rw-r--r--examples/network/httpd/httpd.cpp2
-rw-r--r--examples/network/infoprotocol/infoclient/client.cpp2
-rw-r--r--examples/network/mail/composer.cpp2
-rw-r--r--examples/network/networkprotocol/view.cpp2
-rw-r--r--examples/network/remotecontrol/startup.cpp2
-rw-r--r--examples/opengl/glpixmap/globjwin.cpp2
-rw-r--r--examples/popup/popup.h2
-rw-r--r--examples/qfd/fontdisplayer.cpp2
-rw-r--r--examples/qmag/qmag.cpp2
-rw-r--r--examples/rangecontrols/rangecontrols.cpp2
-rw-r--r--examples/regexptester/regexptester.cpp2
-rw-r--r--examples/scrollview/scrollview.cpp2
-rw-r--r--examples/showimg/imagetexteditor.cpp2
-rw-r--r--examples/showimg/showimg.cpp2
-rw-r--r--examples/splitter/splitter.cpp2
-rw-r--r--examples/sql/overview/custom1/main.h2
-rw-r--r--examples/sql/overview/form1/main.cpp2
-rw-r--r--examples/sql/overview/form2/main.h2
-rw-r--r--examples/tabdialog/tabdialog.cpp2
-rw-r--r--examples/tablet/tabletstats.cpp2
-rw-r--r--examples/tetrix/qtetrix.cpp2
-rw-r--r--examples/tetrix/qtetrix.h2
-rw-r--r--examples/textedit/textedit.cpp2
-rw-r--r--examples/themes/metal.cpp2
-rw-r--r--examples/themes/wood.cpp2
-rw-r--r--examples/thread/prodcons/prodcons.cpp2
-rw-r--r--examples/thread/semaphores/main.cpp2
-rw-r--r--examples/tictac/tictac.cpp2
-rw-r--r--examples/tqdir/tqdir.cpp2
-rw-r--r--examples/widgets/widgets.cpp4
-rw-r--r--examples/wizard/wizard.cpp2
-rw-r--r--examples/xform/xform.cpp2
-rw-r--r--examples/xml/tagreader-with-features/tagreader.cpp2
69 files changed, 90 insertions, 90 deletions
diff --git a/examples/README b/examples/README
index d95703fbe..decd59dee 100644
--- a/examples/README
+++ b/examples/README
@@ -21,7 +21,7 @@ action
It shows how to implement a typical modern application, how to
create a TQMainWindow subclass, and how to create actions that can
be assigned to menus (TQPopupMenu) and toolbars (TQToolBar) using
- TQAction. It also shows how to print using QSimpleRichText.
+ TQAction. It also shows how to print using TQSimpleRichText.
addressbook [obsolete]
@@ -56,7 +56,7 @@ checklists
cursor
This example shows how to set the mouse cursor for a widget. Shows
- Qt's cursors and a custom cursor using QLabel and QCursor.
+ Qt's cursors and a custom cursor using TQLabel and QCursor.
customlayout
This examples demonstrates how to write a customized layout
@@ -136,7 +136,7 @@ helpdemo
helpsystem
This example shows how to implement context-sensitive help in
- various ways in a TQt application using TQToolTip, QWhatsThis, and
+ various ways in a TQt application using TQToolTip, TQWhatsThis, and
QAssistantClient to control TQt Assistant.
helpviewer
@@ -193,7 +193,7 @@ menu
movies
The Movies example displays animated GIF files using the TQMovie
- and QLabel classes.
+ and TQLabel classes.
network/archivesearch
Shows how to use TQHttp to request and receive data from a web
@@ -259,7 +259,7 @@ progress
This example presents a long-running process (drawing lots of
rectangles) and a QProgressDialog. Two types of progress dialog
are offered, one that simply shows text, and a custom one that
- shows an animation using a QLabel and a TQTimer.
+ shows an animation using a TQLabel and a TQTimer.
progressbar
Shows how to use a QProgressBar.
diff --git a/examples/action/application.cpp b/examples/action/application.cpp
index 0a6502a41..1687b2117 100644
--- a/examples/action/application.cpp
+++ b/examples/action/application.cpp
@@ -26,9 +26,9 @@
#include <tqtextstream.h>
#include <tqpainter.h>
#include <tqpaintdevicemetrics.h>
-#include <ntqwhatsthis.h>
+#include <tqwhatsthis.h>
#include <tqaction.h>
-#include <ntqsimplerichtext.h>
+#include <tqsimplerichtext.h>
#include "filesave.xpm"
#include "fileopen.xpm"
diff --git a/examples/addressbook/centralwidget.cpp b/examples/addressbook/centralwidget.cpp
index fb4255f1a..4a2a3f97c 100644
--- a/examples/addressbook/centralwidget.cpp
+++ b/examples/addressbook/centralwidget.cpp
@@ -13,10 +13,10 @@
#include <ntqlistview.h>
#include <ntqlayout.h>
#include <tqwidget.h>
-#include <ntqlabel.h>
+#include <tqlabel.h>
#include <ntqpushbutton.h>
#include <ntqlineedit.h>
-#include <ntqlabel.h>
+#include <tqlabel.h>
#include <ntqcheckbox.h>
#include <tqfile.h>
#include <tqtextstream.h>
diff --git a/examples/application/application.cpp b/examples/application/application.cpp
index e1385fdff..8da8e9460 100644
--- a/examples/application/application.cpp
+++ b/examples/application/application.cpp
@@ -26,8 +26,8 @@
#include <tqtextstream.h>
#include <tqpainter.h>
#include <tqpaintdevicemetrics.h>
-#include <ntqwhatsthis.h>
-#include <ntqsimplerichtext.h>
+#include <tqwhatsthis.h>
+#include <tqsimplerichtext.h>
#include "filesave.xpm"
#include "fileopen.xpm"
diff --git a/examples/canvas/canvas.cpp b/examples/canvas/canvas.cpp
index a6d410db7..fb04e1b03 100644
--- a/examples/canvas/canvas.cpp
+++ b/examples/canvas/canvas.cpp
@@ -6,7 +6,7 @@
#include <ntqapplication.h>
#include <tqpainter.h>
#include <tqprinter.h>
-#include <ntqlabel.h>
+#include <tqlabel.h>
#include <tqimage.h>
#include <ntqprogressdialog.h>
#include "canvas.h"
diff --git a/examples/chart/optionsform.cpp b/examples/chart/optionsform.cpp
index dd2c8d2b8..09c05d4ef 100644
--- a/examples/chart/optionsform.cpp
+++ b/examples/chart/optionsform.cpp
@@ -5,7 +5,7 @@
#include <tqfontdialog.h>
#include <ntqframe.h>
#include <tqimage.h>
-#include <ntqlabel.h>
+#include <tqlabel.h>
#include <ntqlayout.h>
#include <ntqpushbutton.h>
#include <ntqradiobutton.h>
diff --git a/examples/checklists/checklists.cpp b/examples/checklists/checklists.cpp
index aaf4fcd8a..f2a1cdbfb 100644
--- a/examples/checklists/checklists.cpp
+++ b/examples/checklists/checklists.cpp
@@ -11,7 +11,7 @@
#include <ntqlistview.h>
#include <ntqvbox.h>
-#include <ntqlabel.h>
+#include <tqlabel.h>
#include <tqvaluelist.h>
#include <tqstring.h>
#include <ntqpushbutton.h>
diff --git a/examples/cursor/cursor.cpp b/examples/cursor/cursor.cpp
index 253d9a8d2..661c32a44 100644
--- a/examples/cursor/cursor.cpp
+++ b/examples/cursor/cursor.cpp
@@ -7,7 +7,7 @@
**
*****************************************************************************/
-#include <ntqlabel.h>
+#include <tqlabel.h>
#include <tqbitmap.h>
#include <ntqapplication.h>
#include <ntqlayout.h>
diff --git a/examples/customlayout/main.cpp b/examples/customlayout/main.cpp
index c988d9de9..33443dc32 100644
--- a/examples/customlayout/main.cpp
+++ b/examples/customlayout/main.cpp
@@ -14,7 +14,7 @@
#include "card.h"
#include <ntqapplication.h>
-#include <ntqlabel.h>
+#include <tqlabel.h>
#include <tqcolor.h>
#include <ntqgroupbox.h>
#include <ntqpushbutton.h>
diff --git a/examples/demo/dnd/styledbutton.cpp b/examples/demo/dnd/styledbutton.cpp
index 51e8968cf..ee393a106 100644
--- a/examples/demo/dnd/styledbutton.cpp
+++ b/examples/demo/dnd/styledbutton.cpp
@@ -35,7 +35,7 @@
#include <tqcolordialog.h>
#include <tqpalette.h>
-#include <ntqlabel.h>
+#include <tqlabel.h>
#include <tqpainter.h>
#include <tqimage.h>
#include <tqpixmap.h>
diff --git a/examples/demo/graph.cpp b/examples/demo/graph.cpp
index 07222f898..26b203455 100644
--- a/examples/demo/graph.cpp
+++ b/examples/demo/graph.cpp
@@ -5,7 +5,7 @@
#include <ntqhbox.h>
#include <ntqpushbutton.h>
#include <ntqslider.h>
-#include <ntqlabel.h>
+#include <tqlabel.h>
#include <ntqlayout.h>
const int bounce_rtti = 1234;
diff --git a/examples/demo/i18n/i18n.cpp b/examples/demo/i18n/i18n.cpp
index 1986189a8..8e40398d4 100644
--- a/examples/demo/i18n/i18n.cpp
+++ b/examples/demo/i18n/i18n.cpp
@@ -14,7 +14,7 @@
#include <tqiconset.h>
#include <ntqapplication.h>
#include <tqwidgetlist.h>
-#include <ntqlabel.h>
+#include <tqlabel.h>
#include <tqtextedit.h>
diff --git a/examples/demo/qasteroids/toplevel.cpp b/examples/demo/qasteroids/toplevel.cpp
index c2a22ea14..d40ea72a6 100644
--- a/examples/demo/qasteroids/toplevel.cpp
+++ b/examples/demo/qasteroids/toplevel.cpp
@@ -5,7 +5,7 @@
*/
// --- toplevel.cpp ---
#include <ntqaccel.h>
-#include <ntqlabel.h>
+#include <tqlabel.h>
#include <ntqlayout.h>
#include <ntqlcdnumber.h>
#include <ntqpushbutton.h>
diff --git a/examples/demo/textdrawing/example.html b/examples/demo/textdrawing/example.html
index 12d21ff72..a4fe80929 100644
--- a/examples/demo/textdrawing/example.html
+++ b/examples/demo/textdrawing/example.html
@@ -11,10 +11,10 @@ a:visited { color: #672967; text-decoration: none }body { background: white; col
The TQLabel widget provides a static information display
<a href="#details">More...</a>
<p>
-<code>#include &lt;<a href="qlabel-h.html">ntqlabel.h</a>&gt;</code>
+<code>#include &lt;<a href="tqlabel-h.html">tqlabel.h</a>&gt;</code>
<p>
Inherits <a href="ntqframe.html">TQFrame</a>.
-<p><a href="qlabel-members.html">List of all member functions.</a>
+<p><a href="tqlabel-members.html">List of all member functions.</a>
<h2>Public Members</h2>
<ul>
<li><div class="fn"><a href="#39107d"><b>TQLabel</b></a> ( TQWidget * parent, const char * name=0, WFlags f=0 ) </div>
@@ -87,7 +87,7 @@ positioning of the content within the TQLabel widget area can be
tuned with <a href="#1f406e">setAlignment</a>() and <a href="#ed9b8b">setIndent</a>(). For example, this code
sets up a sunken panel with a two-line text in the bottom right
corner (both lines being flush with the right side of the label):
-<p><pre> <a href="ntqlabel.html">TQLabel</a> *label = new <a href="ntqlabel.html">TQLabel</a>;
+<p><pre> <a href="tqlabel.html">TQLabel</a> *label = new <a href="tqlabel.html">TQLabel</a>;
label-&gt;<a href="ntqframe.html#c0d758">setFrameStyle</a>( TQFrame::Panel | TQFrame::Sunken );
label-&gt;<a href="#dffb43">setText</a>( "first line\nsecond line" );
label-&gt;<a href="#1f406e">setAlignment</a>( AlignBottom | AlignRight );
@@ -97,7 +97,7 @@ widget. For this use, TQLabel provides a handy mechanism for adding
an accelerator key (see <a href="ntqaccel.html">TQAccel</a>) that will set the keyboard focus to
the other widget (called the TQLabel's "buddy"). Example:
<p><pre> <a href="ntqlineedit.html">TQLineEdit</a>* phoneEdit = new <a href="ntqlineedit.html">TQLineEdit</a>( this, "phoneEdit" );
- <a href="ntqlabel.html">TQLabel</a>* phoneLabel = new <a href="ntqlabel.html">TQLabel</a>( phoneEdit, "&amp;Phone:", this, "phoneLabel" );
+ <a href="tqlabel.html">TQLabel</a>* phoneLabel = new <a href="tqlabel.html">TQLabel</a>( phoneEdit, "&amp;Phone:", this, "phoneLabel" );
</pre>
<p>In this example, keyboard focus is transferred to the label's buddy
(the <a href="ntqlineedit.html">TQLineEdit</a>) when the user presses <dfn>Alt-P.</dfn> You can also
@@ -224,10 +224,10 @@ alignment flag is turned on; see <a href="#1f406e">setAlignment</a>()).
each, and set up the geometry layout so each label is just to the
left of its data entry widget (its "buddy"), somewhat like this:
<p><pre> <a href="ntqlineedit.html">TQLineEdit</a> *nameEd = new <a href="ntqlineedit.html">TQLineEdit</a>( this );
- <a href="ntqlabel.html">TQLabel</a> *nameLb = new <a href="ntqlabel.html">TQLabel</a>( "&amp;Name:", this );
+ <a href="tqlabel.html">TQLabel</a> *nameLb = new <a href="tqlabel.html">TQLabel</a>( "&amp;Name:", this );
nameLb-&gt;<a href="#191701">setBuddy</a>( nameEd );
<a href="ntqlineedit.html">TQLineEdit</a> *phoneEd = new <a href="ntqlineedit.html">TQLineEdit</a>( this );
- <a href="ntqlabel.html">TQLabel</a> *phoneLb = new <a href="ntqlabel.html">TQLabel</a>( "&amp;Phone:", this );
+ <a href="tqlabel.html">TQLabel</a> *phoneLb = new <a href="tqlabel.html">TQLabel</a>( "&amp;Phone:", this );
phoneLb-&gt;<a href="#191701">setBuddy</a>( phoneEd );
// ( layout setup not shown )
</pre>
@@ -293,7 +293,7 @@ the format of <em>text.</em>
<p>If <em>text</em> is interpreted as a plain text, and a buddy has been set,
the buddy accelerator key is updated from the new text.
<p>The label resizes itself if auto-resizing is enabled.
-<p>Note that Qlabel is well suited to display small rich text documents
+<p>Note that TQLabel is well suited to display small rich text documents
only. For large documents, use <a href="tqtextview.html">TQTextView</a> instead. It will flicker
less on resize and can also provide a scrollbar if necessary.
<p>See also <a href="#72cf09">text</a>(), <a href="#5de3f9">setTextFormat</a>(), <a href="#191701">setBuddy</a>() and <a href="#1f406e">setAlignment</a>().
diff --git a/examples/demo/textdrawing/helpwindow.cpp b/examples/demo/textdrawing/helpwindow.cpp
index 90ed211d4..6859d57e7 100644
--- a/examples/demo/textdrawing/helpwindow.cpp
+++ b/examples/demo/textdrawing/helpwindow.cpp
@@ -29,7 +29,7 @@
#include <tqfile.h>
#include <tqdatastream.h>
#include <tqprinter.h>
-#include <ntqsimplerichtext.h>
+#include <tqsimplerichtext.h>
#include <tqpainter.h>
#include <tqpaintdevicemetrics.h>
diff --git a/examples/demo/textdrawing/textedit.cpp b/examples/demo/textdrawing/textedit.cpp
index 66e7e8b11..f2017762f 100644
--- a/examples/demo/textdrawing/textedit.cpp
+++ b/examples/demo/textdrawing/textedit.cpp
@@ -24,7 +24,7 @@
#include <tqfiledialog.h>
#include <tqprinter.h>
#include <tqpaintdevicemetrics.h>
-#include <ntqsimplerichtext.h>
+#include <tqsimplerichtext.h>
#include <tqcolordialog.h>
#include <tqpainter.h>
diff --git a/examples/dragdrop/dropsite.h b/examples/dragdrop/dropsite.h
index 0714bbb3b..fa58eb25d 100644
--- a/examples/dragdrop/dropsite.h
+++ b/examples/dragdrop/dropsite.h
@@ -14,7 +14,7 @@
#ifndef DROPSITE_H
#define DROPSITE_H
-#include <ntqlabel.h>
+#include <tqlabel.h>
#include <tqmovie.h>
#include "tqdropsite.h"
diff --git a/examples/dragdrop/main.cpp b/examples/dragdrop/main.cpp
index 91244fd83..acc721b8f 100644
--- a/examples/dragdrop/main.cpp
+++ b/examples/dragdrop/main.cpp
@@ -14,7 +14,7 @@
#include "secret.h"
#include <ntqlayout.h>
#include <ntqcombobox.h>
-#include <ntqlabel.h>
+#include <tqlabel.h>
#include <tqpixmap.h>
static void addStuff( TQWidget * parent, bool image, bool secret = FALSE )
diff --git a/examples/dragdrop/secret.h b/examples/dragdrop/secret.h
index b05547944..b7d9d257a 100644
--- a/examples/dragdrop/secret.h
+++ b/examples/dragdrop/secret.h
@@ -15,7 +15,7 @@
#define SECRETDRAG_H
#include <tqdragobject.h>
-#include <ntqlabel.h>
+#include <tqlabel.h>
class SecretDrag: public TQStoredDrag {
public:
diff --git a/examples/fileiconview/mainwindow.cpp b/examples/fileiconview/mainwindow.cpp
index 1a508be52..eccf8885a 100644
--- a/examples/fileiconview/mainwindow.cpp
+++ b/examples/fileiconview/mainwindow.cpp
@@ -13,7 +13,7 @@
#include <ntqsplitter.h>
#include <ntqprogressbar.h>
-#include <ntqlabel.h>
+#include <tqlabel.h>
#include <tqstatusbar.h>
#include <tqtoolbar.h>
#include <ntqcombobox.h>
diff --git a/examples/helpsystem/helpsystem.doc b/examples/helpsystem/helpsystem.doc
index 89107b08e..8c0906964 100644
--- a/examples/helpsystem/helpsystem.doc
+++ b/examples/helpsystem/helpsystem.doc
@@ -8,7 +8,7 @@
that can be used to provide context sensitive help
in an application.
- It uses TQToolTip and QWhatsThis to provide both static and
+ It uses TQToolTip and TQWhatsThis to provide both static and
dynamic balloon help for the widgets in the application, and
TQToolTipGroup to display extended information for each tooltip
in the statusbar. QAssistantClient is used to display help
@@ -77,7 +77,7 @@
The WhatsThis class is a subclass of both TQObject and
- QWhatsThis and serves as a base class for the HeaderWhatsThis
+ TQWhatsThis and serves as a base class for the HeaderWhatsThis
and TableWhatsThis classes. \footnote Note that moc requires that TQObject
is the first base class. \endfootnote WhatsThis
reimplements clicked() which will be called when the user clicks
@@ -91,7 +91,7 @@
but some widgets, like QTable, are more complex and have a
viewport() widget which receives the events. If such a widget
is passed to the constructor it will propagate the parameter to
- the QWhatsThis constructor and store the TQWidget pointer itself
+ the TQWhatsThis constructor and store the TQWidget pointer itself
in it's member variable to allow easier use of the TQWidget API
later on.
\skipto bool WhatsThis::clicked
@@ -124,7 +124,7 @@
a string which states the header's orientation and section.
\footnote
Note that we have to explicitly scope the orientation
- (TQObject or QWhatsThis) since HeaderWhatsThis uses multiple
+ (TQObject or TQWhatsThis) since HeaderWhatsThis uses multiple
inheritance. \endfootnote
\printuntil }
@@ -165,7 +165,7 @@
The MainWindow constructor creates an instance of
QAssistantClient using TQString::null as the first argument
so that the system path is used.
- \printto QWhatsThis::whatsThisButton
+ \printto TQWhatsThis::whatsThisButton
A QTable is used as the central widget and the table, the menus
and the toolbar are populated.
diff --git a/examples/helpsystem/whatsthis.h b/examples/helpsystem/whatsthis.h
index 85a77fee5..d9cda8ddc 100644
--- a/examples/helpsystem/whatsthis.h
+++ b/examples/helpsystem/whatsthis.h
@@ -10,7 +10,7 @@
#ifndef WHATSTHIS_H
#define WHATSTHIS_H
-#include <ntqwhatsthis.h>
+#include <tqwhatsthis.h>
class TQHeader;
class TQTable;
diff --git a/examples/helpviewer/helpwindow.cpp b/examples/helpviewer/helpwindow.cpp
index 2954fd2b3..9d1a7cd1f 100644
--- a/examples/helpviewer/helpwindow.cpp
+++ b/examples/helpviewer/helpwindow.cpp
@@ -29,7 +29,7 @@
#include <tqfile.h>
#include <tqdatastream.h>
#include <tqprinter.h>
-#include <ntqsimplerichtext.h>
+#include <tqsimplerichtext.h>
#include <tqpainter.h>
#include <tqpaintdevicemetrics.h>
diff --git a/examples/i18n/mywidget.cpp b/examples/i18n/mywidget.cpp
index def27cba0..ce9218ce7 100644
--- a/examples/i18n/mywidget.cpp
+++ b/examples/i18n/mywidget.cpp
@@ -9,10 +9,10 @@
#include <ntqbuttongroup.h>
#include <ntqradiobutton.h>
-#include <ntqlabel.h>
+#include <tqlabel.h>
#include <ntqlistbox.h>
#include <ntqcombobox.h>
-#include <ntqlabel.h>
+#include <tqlabel.h>
#include <ntqhbox.h>
#include <ntqvbox.h>
#include <ntqaccel.h>
diff --git a/examples/layout/layout.cpp b/examples/layout/layout.cpp
index 872a31d25..3bf6070cc 100644
--- a/examples/layout/layout.cpp
+++ b/examples/layout/layout.cpp
@@ -8,7 +8,7 @@
*****************************************************************************/
#include <ntqapplication.h>
-#include <ntqlabel.h>
+#include <tqlabel.h>
#include <tqcolor.h>
#include <ntqpushbutton.h>
#include <ntqlayout.h>
diff --git a/examples/life/lifedlg.cpp b/examples/life/lifedlg.cpp
index 8fcb0c231..7f1371b6f 100644
--- a/examples/life/lifedlg.cpp
+++ b/examples/life/lifedlg.cpp
@@ -10,7 +10,7 @@
#include "lifedlg.h"
#include <ntqapplication.h>
#include <ntqpushbutton.h>
-#include <ntqlabel.h>
+#include <tqlabel.h>
#include <ntqslider.h>
#include <ntqcombobox.h>
#include <tqdatetime.h>
diff --git a/examples/lineedits/lineedits.cpp b/examples/lineedits/lineedits.cpp
index 6e778c62d..d4d42597a 100644
--- a/examples/lineedits/lineedits.cpp
+++ b/examples/lineedits/lineedits.cpp
@@ -13,7 +13,7 @@
#include <ntqcombobox.h>
#include <ntqframe.h>
#include <ntqvalidator.h>
-#include <ntqlabel.h>
+#include <tqlabel.h>
#include <ntqlayout.h>
#include <ntqhbox.h>
diff --git a/examples/listbox/listbox.cpp b/examples/listbox/listbox.cpp
index 6f0a018b6..af9b4b2aa 100644
--- a/examples/listbox/listbox.cpp
+++ b/examples/listbox/listbox.cpp
@@ -9,7 +9,7 @@
#include "listbox.h"
-#include <ntqlabel.h>
+#include <tqlabel.h>
#include <ntqradiobutton.h>
#include <ntqcheckbox.h>
#include <ntqspinbox.h>
diff --git a/examples/listboxcombo/listboxcombo.cpp b/examples/listboxcombo/listboxcombo.cpp
index dac9bdc12..1b5a719c4 100644
--- a/examples/listboxcombo/listboxcombo.cpp
+++ b/examples/listboxcombo/listboxcombo.cpp
@@ -15,7 +15,7 @@
#include <ntqpushbutton.h>
#include <tqstring.h>
#include <tqpixmap.h>
-#include <ntqlabel.h>
+#include <tqlabel.h>
#include <tqimage.h>
#include <tqpainter.h>
#include <tqstyle.h>
diff --git a/examples/listviews/listviews.cpp b/examples/listviews/listviews.cpp
index adb02b743..dc5b84063 100644
--- a/examples/listviews/listviews.cpp
+++ b/examples/listviews/listviews.cpp
@@ -9,7 +9,7 @@
#include "listviews.h"
-#include <ntqlabel.h>
+#include <tqlabel.h>
#include <tqpainter.h>
#include <tqpalette.h>
#include <tqobjectlist.h>
diff --git a/examples/mdi/application.cpp b/examples/mdi/application.cpp
index db6480560..458b8e751 100644
--- a/examples/mdi/application.cpp
+++ b/examples/mdi/application.cpp
@@ -18,7 +18,7 @@
#include <tqmovie.h>
#include <tqfile.h>
#include <tqfiledialog.h>
-#include <ntqlabel.h>
+#include <tqlabel.h>
#include <tqstatusbar.h>
#include <ntqmessagebox.h>
#include <tqprinter.h>
@@ -29,10 +29,10 @@
#include <tqtextedit.h>
#include <tqpainter.h>
#include <tqpaintdevicemetrics.h>
-#include <ntqwhatsthis.h>
+#include <tqwhatsthis.h>
#include <tqobjectlist.h>
#include <ntqvbox.h>
-#include <ntqsimplerichtext.h>
+#include <tqsimplerichtext.h>
#include "filesave.xpm"
#include "fileopen.xpm"
diff --git a/examples/menu/menu.h b/examples/menu/menu.h
index 3878d72c4..5bde69ec4 100644
--- a/examples/menu/menu.h
+++ b/examples/menu/menu.h
@@ -12,7 +12,7 @@
#include <tqwidget.h>
#include <tqmenubar.h>
-#include <ntqlabel.h>
+#include <tqlabel.h>
class MenuExample : public TQWidget
diff --git a/examples/movies/main.cpp b/examples/movies/main.cpp
index c94d51271..40fe25c4e 100644
--- a/examples/movies/main.cpp
+++ b/examples/movies/main.cpp
@@ -10,7 +10,7 @@
#include <ntqapplication.h>
#include <tqfiledialog.h>
#include <ntqpushbutton.h>
-#include <ntqlabel.h>
+#include <tqlabel.h>
#include <tqpainter.h>
#include <ntqmessagebox.h>
#include <tqmovie.h>
diff --git a/examples/movies/movies.doc b/examples/movies/movies.doc
index eba88ef3c..c894cfdb3 100644
--- a/examples/movies/movies.doc
+++ b/examples/movies/movies.doc
@@ -6,7 +6,7 @@
\title Movies or the Story of the Animated GIF file
The Movies example displays MNG and animated GIF files using the TQMovie and
- QLabel classes.
+ TQLabel classes.
The movies will only read an animated GIF if GIF reading was enabled when TQt was built.
diff --git a/examples/network/clientserver/client/client.cpp b/examples/network/clientserver/client/client.cpp
index 81389ccc3..5d7eed62d 100644
--- a/examples/network/clientserver/client/client.cpp
+++ b/examples/network/clientserver/client/client.cpp
@@ -13,7 +13,7 @@
#include <ntqhbox.h>
#include <tqtextview.h>
#include <ntqlineedit.h>
-#include <ntqlabel.h>
+#include <tqlabel.h>
#include <ntqpushbutton.h>
#include <tqtextstream.h>
diff --git a/examples/network/clientserver/server/server.cpp b/examples/network/clientserver/server/server.cpp
index fef3b9f4a..0550e92fa 100644
--- a/examples/network/clientserver/server/server.cpp
+++ b/examples/network/clientserver/server/server.cpp
@@ -12,7 +12,7 @@
#include <ntqapplication.h>
#include <ntqvbox.h>
#include <tqtextview.h>
-#include <ntqlabel.h>
+#include <tqlabel.h>
#include <ntqpushbutton.h>
#include <tqtextstream.h>
diff --git a/examples/network/httpd/httpd.cpp b/examples/network/httpd/httpd.cpp
index 57d897c81..448f87c2e 100644
--- a/examples/network/httpd/httpd.cpp
+++ b/examples/network/httpd/httpd.cpp
@@ -14,7 +14,7 @@
#include <tqmainwindow.h>
#include <tqtextstream.h>
#include <ntqvbox.h>
-#include <ntqlabel.h>
+#include <tqlabel.h>
#include <tqtextview.h>
#include <ntqpushbutton.h>
diff --git a/examples/network/infoprotocol/infoclient/client.cpp b/examples/network/infoprotocol/infoclient/client.cpp
index 696f35063..114296bc4 100644
--- a/examples/network/infoprotocol/infoclient/client.cpp
+++ b/examples/network/infoprotocol/infoclient/client.cpp
@@ -11,7 +11,7 @@
#include <ntqapplication.h>
#include <tqtextedit.h>
#include <ntqlineedit.h>
-#include <ntqlabel.h>
+#include <tqlabel.h>
#include <ntqpushbutton.h>
#include <tqtextstream.h>
#include <ntqlistbox.h>
diff --git a/examples/network/mail/composer.cpp b/examples/network/mail/composer.cpp
index 51f690126..790a47153 100644
--- a/examples/network/mail/composer.cpp
+++ b/examples/network/mail/composer.cpp
@@ -13,7 +13,7 @@
#include <ntqlineedit.h>
#include <ntqmultilineedit.h>
#include <ntqpushbutton.h>
-#include <ntqlabel.h>
+#include <tqlabel.h>
#include <ntqlayout.h>
Composer::Composer( TQWidget *parent )
diff --git a/examples/network/networkprotocol/view.cpp b/examples/network/networkprotocol/view.cpp
index 15084c5c5..55de084a6 100644
--- a/examples/network/networkprotocol/view.cpp
+++ b/examples/network/networkprotocol/view.cpp
@@ -9,7 +9,7 @@
#include "view.h"
-#include <ntqlabel.h>
+#include <tqlabel.h>
#include <ntqpushbutton.h>
#include <ntqmultilineedit.h>
#include <tqfiledialog.h>
diff --git a/examples/network/remotecontrol/startup.cpp b/examples/network/remotecontrol/startup.cpp
index 985ee4965..8f86840f3 100644
--- a/examples/network/remotecontrol/startup.cpp
+++ b/examples/network/remotecontrol/startup.cpp
@@ -4,7 +4,7 @@
#include "ipcserver.h"
#include <tqsocket.h>
-#include <ntqlabel.h>
+#include <tqlabel.h>
static const TQ_UINT16 ipcPort = 54923;
diff --git a/examples/opengl/glpixmap/globjwin.cpp b/examples/opengl/glpixmap/globjwin.cpp
index caee75e44..568117793 100644
--- a/examples/opengl/glpixmap/globjwin.cpp
+++ b/examples/opengl/glpixmap/globjwin.cpp
@@ -18,7 +18,7 @@
#include <ntqslider.h>
#include <ntqlayout.h>
#include <ntqframe.h>
-#include <ntqlabel.h>
+#include <tqlabel.h>
#include <tqmenubar.h>
#include <tqpopupmenu.h>
#include <ntqapplication.h>
diff --git a/examples/popup/popup.h b/examples/popup/popup.h
index d8a282363..6145b2139 100644
--- a/examples/popup/popup.h
+++ b/examples/popup/popup.h
@@ -13,7 +13,7 @@
#ifndef POPUP_H
#define POPUP_H
-#include <ntqlabel.h>
+#include <tqlabel.h>
#include <ntqpushbutton.h>
#include <ntqlineedit.h>
diff --git a/examples/qfd/fontdisplayer.cpp b/examples/qfd/fontdisplayer.cpp
index 0e77e7068..d690d155a 100644
--- a/examples/qfd/fontdisplayer.cpp
+++ b/examples/qfd/fontdisplayer.cpp
@@ -14,7 +14,7 @@
#include <tqpainter.h>
#include <tqtoolbar.h>
#include <tqstatusbar.h>
-#include <ntqlabel.h>
+#include <tqlabel.h>
#include <ntqpushbutton.h>
#include <tqfontdialog.h>
#include <stdlib.h>
diff --git a/examples/qmag/qmag.cpp b/examples/qmag/qmag.cpp
index c3463f5b5..c6b810c77 100644
--- a/examples/qmag/qmag.cpp
+++ b/examples/qmag/qmag.cpp
@@ -11,7 +11,7 @@
#include <ntqpushbutton.h>
#include <tqpixmap.h>
#include <tqimage.h>
-#include <ntqlabel.h>
+#include <tqlabel.h>
#include <tqfiledialog.h>
#include <tqregexp.h>
diff --git a/examples/rangecontrols/rangecontrols.cpp b/examples/rangecontrols/rangecontrols.cpp
index bda0b70bf..808a2ec0d 100644
--- a/examples/rangecontrols/rangecontrols.cpp
+++ b/examples/rangecontrols/rangecontrols.cpp
@@ -12,7 +12,7 @@
#include <ntqhbox.h>
#include <ntqlcdnumber.h>
#include <ntqspinbox.h>
-#include <ntqlabel.h>
+#include <tqlabel.h>
#include <tqstring.h>
#include <ntqslider.h>
#include <ntqcheckbox.h>
diff --git a/examples/regexptester/regexptester.cpp b/examples/regexptester/regexptester.cpp
index d6cdd3b4a..13c6ca0e6 100644
--- a/examples/regexptester/regexptester.cpp
+++ b/examples/regexptester/regexptester.cpp
@@ -2,7 +2,7 @@
#include <ntqcheckbox.h>
#include <tqclipboard.h>
#include <ntqcombobox.h>
-#include <ntqlabel.h>
+#include <tqlabel.h>
#include <ntqlayout.h>
#include <ntqpushbutton.h>
#include <tqregexp.h>
diff --git a/examples/scrollview/scrollview.cpp b/examples/scrollview/scrollview.cpp
index f7142c126..bfaa81f69 100644
--- a/examples/scrollview/scrollview.cpp
+++ b/examples/scrollview/scrollview.cpp
@@ -16,7 +16,7 @@
#include <tqpixmap.h>
#include <ntqmessagebox.h>
#include <ntqlayout.h>
-#include <ntqlabel.h>
+#include <tqlabel.h>
#include <ntqmultilineedit.h>
#include <tqsizegrip.h>
#include <stdlib.h>
diff --git a/examples/showimg/imagetexteditor.cpp b/examples/showimg/imagetexteditor.cpp
index 66529190a..cbc09cfdb 100644
--- a/examples/showimg/imagetexteditor.cpp
+++ b/examples/showimg/imagetexteditor.cpp
@@ -15,7 +15,7 @@
#include <ntqhbox.h>
#include <ntqcombobox.h>
#include <ntqmultilineedit.h>
-#include <ntqlabel.h>
+#include <tqlabel.h>
#include <ntqlineedit.h>
#include <ntqlistbox.h>
#include <ntqpushbutton.h>
diff --git a/examples/showimg/showimg.cpp b/examples/showimg/showimg.cpp
index 594d6c0e0..f9fe0a5d8 100644
--- a/examples/showimg/showimg.cpp
+++ b/examples/showimg/showimg.cpp
@@ -13,7 +13,7 @@
#include <tqfiledialog.h>
#include <ntqmessagebox.h>
#include <tqpopupmenu.h>
-#include <ntqlabel.h>
+#include <tqlabel.h>
#include <tqpainter.h>
#include <ntqapplication.h>
#include <tqclipboard.h>
diff --git a/examples/splitter/splitter.cpp b/examples/splitter/splitter.cpp
index ee85f5d78..5d21e0b13 100644
--- a/examples/splitter/splitter.cpp
+++ b/examples/splitter/splitter.cpp
@@ -8,7 +8,7 @@
*****************************************************************************/
#include <ntqapplication.h>
-#include <ntqlabel.h>
+#include <tqlabel.h>
#include <ntqsplitter.h>
#include <ntqmultilineedit.h>
diff --git a/examples/sql/overview/custom1/main.h b/examples/sql/overview/custom1/main.h
index 5eeb10ca7..c3c65a626 100644
--- a/examples/sql/overview/custom1/main.h
+++ b/examples/sql/overview/custom1/main.h
@@ -9,7 +9,7 @@
#include <ntqapplication.h>
#include <ntqdialog.h>
-#include <ntqlabel.h>
+#include <tqlabel.h>
#include <ntqlayout.h>
#include <ntqlineedit.h>
#include <ntqpushbutton.h>
diff --git a/examples/sql/overview/form1/main.cpp b/examples/sql/overview/form1/main.cpp
index 9779eb6de..5f3dd8f2e 100644
--- a/examples/sql/overview/form1/main.cpp
+++ b/examples/sql/overview/form1/main.cpp
@@ -9,7 +9,7 @@
#include <ntqapplication.h>
#include <ntqdialog.h>
-#include <ntqlabel.h>
+#include <tqlabel.h>
#include <ntqlayout.h>
#include <ntqlineedit.h>
#include <tqsqldatabase.h>
diff --git a/examples/sql/overview/form2/main.h b/examples/sql/overview/form2/main.h
index c626d588b..42d152d41 100644
--- a/examples/sql/overview/form2/main.h
+++ b/examples/sql/overview/form2/main.h
@@ -9,7 +9,7 @@
#include <ntqapplication.h>
#include <ntqdialog.h>
-#include <ntqlabel.h>
+#include <tqlabel.h>
#include <ntqlayout.h>
#include <ntqlineedit.h>
#include <ntqpushbutton.h>
diff --git a/examples/tabdialog/tabdialog.cpp b/examples/tabdialog/tabdialog.cpp
index 8813d7757..129013827 100644
--- a/examples/tabdialog/tabdialog.cpp
+++ b/examples/tabdialog/tabdialog.cpp
@@ -10,7 +10,7 @@
#include "tabdialog.h"
#include <ntqvbox.h>
-#include <ntqlabel.h>
+#include <tqlabel.h>
#include <ntqlineedit.h>
#include <tqdatetime.h>
#include <ntqbuttongroup.h>
diff --git a/examples/tablet/tabletstats.cpp b/examples/tablet/tabletstats.cpp
index 8fb69a00f..106e0a83b 100644
--- a/examples/tablet/tabletstats.cpp
+++ b/examples/tablet/tabletstats.cpp
@@ -7,7 +7,7 @@
**
*****************************************************************************/
-#include <ntqlabel.h>
+#include <tqlabel.h>
#include <ntqlayout.h>
#include <tqpainter.h>
#include <math.h>
diff --git a/examples/tetrix/qtetrix.cpp b/examples/tetrix/qtetrix.cpp
index 309a1095b..24ee17139 100644
--- a/examples/tetrix/qtetrix.cpp
+++ b/examples/tetrix/qtetrix.cpp
@@ -9,7 +9,7 @@
#include "qtetrix.h"
#include <ntqapplication.h>
-#include <ntqlabel.h>
+#include <tqlabel.h>
#include <tqdatetime.h>
diff --git a/examples/tetrix/qtetrix.h b/examples/tetrix/qtetrix.h
index b15bbfb1a..b831f96dd 100644
--- a/examples/tetrix/qtetrix.h
+++ b/examples/tetrix/qtetrix.h
@@ -13,7 +13,7 @@
#include "qtetrixb.h"
#include <ntqframe.h>
#include <ntqlcdnumber.h>
-#include <ntqlabel.h>
+#include <tqlabel.h>
#include <ntqpushbutton.h>
#include <tqpainter.h>
diff --git a/examples/textedit/textedit.cpp b/examples/textedit/textedit.cpp
index ce416ccda..ed626896d 100644
--- a/examples/textedit/textedit.cpp
+++ b/examples/textedit/textedit.cpp
@@ -24,7 +24,7 @@
#include <tqfiledialog.h>
#include <tqprinter.h>
#include <tqpaintdevicemetrics.h>
-#include <ntqsimplerichtext.h>
+#include <tqsimplerichtext.h>
#include <tqcolordialog.h>
#include <tqpainter.h>
diff --git a/examples/themes/metal.cpp b/examples/themes/metal.cpp
index 01ac1e3ab..02ec1c4ad 100644
--- a/examples/themes/metal.cpp
+++ b/examples/themes/metal.cpp
@@ -18,7 +18,7 @@
#include "tqpixmap.h" // for now
#include "tqpalette.h" // for now
#include "tqwidget.h"
-#include "ntqlabel.h"
+#include "tqlabel.h"
#include "tqimage.h"
#include "ntqpushbutton.h"
#include "tqwidget.h"
diff --git a/examples/themes/wood.cpp b/examples/themes/wood.cpp
index d2f39c0f8..891cf2bf5 100644
--- a/examples/themes/wood.cpp
+++ b/examples/themes/wood.cpp
@@ -18,7 +18,7 @@
#include "tqpixmap.h" // for now
#include "tqpalette.h" // for now
#include "tqwidget.h"
-#include "ntqlabel.h"
+#include "tqlabel.h"
#include "tqimage.h"
#include "ntqpushbutton.h"
#include "tqwidget.h"
diff --git a/examples/thread/prodcons/prodcons.cpp b/examples/thread/prodcons/prodcons.cpp
index 2e0ab783c..5d0b525a3 100644
--- a/examples/thread/prodcons/prodcons.cpp
+++ b/examples/thread/prodcons/prodcons.cpp
@@ -8,7 +8,7 @@
#include <ntqprogressbar.h>
#include <ntqlayout.h>
#include <ntqevent.h>
-#include <ntqlabel.h>
+#include <tqlabel.h>
#include <tqcstring.h>
#include <tqtextstream.h>
#include <tqfile.h>
diff --git a/examples/thread/semaphores/main.cpp b/examples/thread/semaphores/main.cpp
index f6b9157dd..d7e481c6f 100644
--- a/examples/thread/semaphores/main.cpp
+++ b/examples/thread/semaphores/main.cpp
@@ -15,7 +15,7 @@
#include <tqmutex.h>
#include <ntqlayout.h>
#include <ntqmessagebox.h>
-#include <ntqlabel.h>
+#include <tqlabel.h>
#if defined(TQT_NO_THREAD)
# error Thread support not enabled.
diff --git a/examples/tictac/tictac.cpp b/examples/tictac/tictac.cpp
index 32656a21d..cb2d1a465 100644
--- a/examples/tictac/tictac.cpp
+++ b/examples/tictac/tictac.cpp
@@ -13,7 +13,7 @@
#include <ntqdrawutil.h>
#include <ntqcombobox.h>
#include <ntqcheckbox.h>
-#include <ntqlabel.h>
+#include <tqlabel.h>
#include <ntqlayout.h>
#include <stdlib.h> // rand() function
#include <tqdatetime.h> // seed for rand()
diff --git a/examples/tqdir/tqdir.cpp b/examples/tqdir/tqdir.cpp
index 7a29b562a..488c0404f 100644
--- a/examples/tqdir/tqdir.cpp
+++ b/examples/tqdir/tqdir.cpp
@@ -17,7 +17,7 @@
#include <tqtextstream.h>
#include <ntqhbox.h>
#include <ntqspinbox.h>
-#include <ntqlabel.h>
+#include <tqlabel.h>
#include <ntqmultilineedit.h>
#include <ntqheader.h>
#include <ntqevent.h>
diff --git a/examples/widgets/widgets.cpp b/examples/widgets/widgets.cpp
index a47980279..2872ddf3b 100644
--- a/examples/widgets/widgets.cpp
+++ b/examples/widgets/widgets.cpp
@@ -22,7 +22,7 @@
#include <ntqcombobox.h>
#include <ntqframe.h>
#include <ntqgroupbox.h>
-#include <ntqlabel.h>
+#include <tqlabel.h>
#include <ntqlcdnumber.h>
#include <ntqmultilineedit.h>
#include <ntqlineedit.h>
@@ -33,7 +33,7 @@
#include <tqtooltip.h>
#include <ntqspinbox.h>
#include <tqstatusbar.h>
-#include <ntqwhatsthis.h>
+#include <tqwhatsthis.h>
#include <tqtoolbutton.h>
#include <ntqvbox.h>
#include <ntqtabbar.h>
diff --git a/examples/wizard/wizard.cpp b/examples/wizard/wizard.cpp
index cb7f3ad44..ad8aab9d1 100644
--- a/examples/wizard/wizard.cpp
+++ b/examples/wizard/wizard.cpp
@@ -12,7 +12,7 @@
#include <tqwidget.h>
#include <ntqhbox.h>
#include <ntqvbox.h>
-#include <ntqlabel.h>
+#include <tqlabel.h>
#include <ntqlineedit.h>
#include <ntqpushbutton.h>
#include <ntqvalidator.h>
diff --git a/examples/xform/xform.cpp b/examples/xform/xform.cpp
index b466630c0..602a90855 100644
--- a/examples/xform/xform.cpp
+++ b/examples/xform/xform.cpp
@@ -10,7 +10,7 @@
#include <ntqapplication.h>
#include <ntqdialog.h>
-#include <ntqlabel.h>
+#include <tqlabel.h>
#include <ntqlineedit.h>
#include <ntqpushbutton.h>
#include <ntqcheckbox.h>
diff --git a/examples/xml/tagreader-with-features/tagreader.cpp b/examples/xml/tagreader-with-features/tagreader.cpp
index f692394bd..1c49a510a 100644
--- a/examples/xml/tagreader-with-features/tagreader.cpp
+++ b/examples/xml/tagreader-with-features/tagreader.cpp
@@ -14,7 +14,7 @@
#include <ntqlistview.h>
#include <ntqgrid.h>
#include <tqmainwindow.h>
-#include <ntqlabel.h>
+#include <tqlabel.h>
int main( int argc, char **argv )
{