summaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-06-06 13:44:12 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-06-06 13:52:29 +0900
commite6077c30d14e9d662e8843c554db86c0d366d0b6 (patch)
tree672319afee32f0316bad258c0e9a1e0dd737bd61 /examples
parent8c029298d9d3f1f84b65ac4a3a16cd1fa28d9cde (diff)
downloadtqt-e6077c30.tar.gz
tqt-e6077c30.zip
Rename str nt* related files to equivalent tq*
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'examples')
-rw-r--r--examples/addressbook/centralwidget.h2
-rw-r--r--examples/addressbook/mainwindow.h2
-rw-r--r--examples/biff/biff.cpp2
-rw-r--r--examples/chart/chartform.h2
-rw-r--r--examples/chart/element.cpp2
-rw-r--r--examples/chart/element.h2
-rw-r--r--examples/checklists/checklists.cpp2
-rw-r--r--examples/demo/categoryinterface.h2
-rw-r--r--examples/demo/dnd/iconview.h2
-rw-r--r--examples/demo/opengl/glinfo.h2
-rw-r--r--examples/demo/opengl/glinfo_x11.cpp2
-rw-r--r--examples/demo/textdrawing/example.html14
-rw-r--r--examples/demo/textdrawing/helpwindow.h2
-rw-r--r--examples/dirview/dirview.cpp4
-rw-r--r--examples/dirview/dirview.h2
-rw-r--r--examples/fileiconview/qfileiconview.cpp4
-rw-r--r--examples/fileiconview/qfileiconview.h2
-rw-r--r--examples/fonts/simple-qfont-demo/viewer.cpp4
-rw-r--r--examples/helpviewer/helpwindow.h2
-rw-r--r--examples/i18n/mywidget.h2
-rw-r--r--examples/listboxcombo/listboxcombo.cpp2
-rw-r--r--examples/listviews/listviews.h2
-rw-r--r--examples/network/infoprotocol/infoserver/infodata.h2
-rw-r--r--examples/network/mail/smtp.h2
-rw-r--r--examples/network/networkprotocol/nntp.cpp2
-rw-r--r--examples/qdir/ntqdir.h2
-rw-r--r--examples/qtl/tqvaluelistiterator.cpp2
-rw-r--r--examples/rangecontrols/rangecontrols.cpp2
-rw-r--r--examples/scribble/scribble.cpp2
-rw-r--r--examples/scribble/scribble.h2
-rw-r--r--examples/showimg/imagefip.h2
-rw-r--r--examples/tabdialog/main.cpp2
-rw-r--r--examples/tabdialog/tabdialog.h2
-rw-r--r--examples/table/small-table-demo/main.cpp2
-rw-r--r--examples/table/statistics/statistics.cpp2
-rw-r--r--examples/tablet/scribble.cpp2
-rw-r--r--examples/tablet/scribble.h2
-rw-r--r--examples/tetrix/tpiece.cpp2
-rw-r--r--examples/xml/tagreader-with-features/structureparser.cpp2
-rw-r--r--examples/xml/tagreader/structureparser.cpp2
40 files changed, 49 insertions, 49 deletions
diff --git a/examples/addressbook/centralwidget.h b/examples/addressbook/centralwidget.h
index 5449d3ce5..3e2aa3b22 100644
--- a/examples/addressbook/centralwidget.h
+++ b/examples/addressbook/centralwidget.h
@@ -11,7 +11,7 @@
#define AB_CENTRALWIDGET_H
#include <tqwidget.h>
-#include <ntqstring.h>
+#include <tqstring.h>
class TQTabWidget;
class TQListView;
diff --git a/examples/addressbook/mainwindow.h b/examples/addressbook/mainwindow.h
index 631d82a71..ac498b94c 100644
--- a/examples/addressbook/mainwindow.h
+++ b/examples/addressbook/mainwindow.h
@@ -11,7 +11,7 @@
#define AB_MAINWINDOW_H
#include <ntqmainwindow.h>
-#include <ntqstring.h>
+#include <tqstring.h>
class TQToolBar;
class TQPopupMenu;
diff --git a/examples/biff/biff.cpp b/examples/biff/biff.cpp
index 4bc592d0a..e2646914f 100644
--- a/examples/biff/biff.cpp
+++ b/examples/biff/biff.cpp
@@ -8,7 +8,7 @@
*****************************************************************************/
#include "biff.h"
-#include <ntqstring.h>
+#include <tqstring.h>
#include <ntqfileinfo.h>
#include <ntqpainter.h>
diff --git a/examples/chart/chartform.h b/examples/chart/chartform.h
index 926bd69be..e3b5422c3 100644
--- a/examples/chart/chartform.h
+++ b/examples/chart/chartform.h
@@ -4,7 +4,7 @@
#include "element.h"
#include <ntqmainwindow.h>
-#include <ntqstringlist.h>
+#include <tqstringlist.h>
class CanvasView;
diff --git a/examples/chart/element.cpp b/examples/chart/element.cpp
index 24f566c91..21826028e 100644
--- a/examples/chart/element.cpp
+++ b/examples/chart/element.cpp
@@ -1,6 +1,6 @@
#include "element.h"
-#include <ntqstringlist.h>
+#include <tqstringlist.h>
#include <ntqtextstream.h>
const char FIELD_SEP = ':';
diff --git a/examples/chart/element.h b/examples/chart/element.h
index 2529fa8d9..f9b6c3117 100644
--- a/examples/chart/element.h
+++ b/examples/chart/element.h
@@ -3,7 +3,7 @@
#include <ntqcolor.h>
#include <ntqnamespace.h>
-#include <ntqstring.h>
+#include <tqstring.h>
#include <tqvaluevector.h>
class Element;
diff --git a/examples/checklists/checklists.cpp b/examples/checklists/checklists.cpp
index 912529084..aaf4fcd8a 100644
--- a/examples/checklists/checklists.cpp
+++ b/examples/checklists/checklists.cpp
@@ -13,7 +13,7 @@
#include <ntqvbox.h>
#include <ntqlabel.h>
#include <tqvaluelist.h>
-#include <ntqstring.h>
+#include <tqstring.h>
#include <ntqpushbutton.h>
#include <ntqlayout.h>
diff --git a/examples/demo/categoryinterface.h b/examples/demo/categoryinterface.h
index dd192559a..95a8afa78 100644
--- a/examples/demo/categoryinterface.h
+++ b/examples/demo/categoryinterface.h
@@ -1,7 +1,7 @@
#ifndef CATEGORYINTERFACE_H
#define CATEGORYINTERFACE_H
-#include <ntqstring.h>
+#include <tqstring.h>
#include <ntqiconset.h>
#include <tqobject.h>
diff --git a/examples/demo/dnd/iconview.h b/examples/demo/dnd/iconview.h
index 3a5ee29cd..94c0110d9 100644
--- a/examples/demo/dnd/iconview.h
+++ b/examples/demo/dnd/iconview.h
@@ -1,5 +1,5 @@
#include <ntqiconview.h>
-#include <ntqstring.h>
+#include <tqstring.h>
#include "dnd.h"
diff --git a/examples/demo/opengl/glinfo.h b/examples/demo/opengl/glinfo.h
index 109c88ceb..0e9c19c74 100644
--- a/examples/demo/opengl/glinfo.h
+++ b/examples/demo/opengl/glinfo.h
@@ -10,7 +10,7 @@
#ifndef GLINFO_H
#define GLINFO_H
-#include <ntqstring.h>
+#include <tqstring.h>
class GLInfo
{
diff --git a/examples/demo/opengl/glinfo_x11.cpp b/examples/demo/opengl/glinfo_x11.cpp
index e0a93a16c..88761f3f6 100644
--- a/examples/demo/opengl/glinfo_x11.cpp
+++ b/examples/demo/opengl/glinfo_x11.cpp
@@ -7,7 +7,7 @@
**
*****************************************************************************/
-#include <ntqstringlist.h>
+#include <tqstringlist.h>
#include <ntqgl.h>
#include "glinfo.h"
diff --git a/examples/demo/textdrawing/example.html b/examples/demo/textdrawing/example.html
index 0a5de383d..bb4eb99dd 100644
--- a/examples/demo/textdrawing/example.html
+++ b/examples/demo/textdrawing/example.html
@@ -72,7 +72,7 @@ various ways, and it can be used for specifying a focus accelerator
key for another widget.
<p>A TQLabel can contain any of the following content types:
<ul>
-<li> A plain text: set by passing a <a href="ntqstring.html">TQString</a> to <a href="#dffb43">setText</a>().
+<li> A plain text: set by passing a <a href="tqstring.html">TQString</a> to <a href="#dffb43">setText</a>().
<li> A rich text: set by passing a TQString that contains a rich text to setText().
<li> A pixmap: set by passing a <a href="ntqpixmap.html">TQPixmap</a> to <a href="#f3f301">setPixmap</a>().
<li> A movie: set by passing a <a href="ntqmovie.html">TQMovie</a> to <a href="#60de9f">setMovie</a>().
@@ -115,7 +115,7 @@ use the <a href="#191701">setBuddy</a>() function to accomplish the same.
<a href="customlayout-main-cpp.html#TQLabel">customlayout/main.cpp</a>
<hr><h2>Member Function Documentation</h2>
-<h3 class="fn"><a name="5514c7"></a>TQLabel::TQLabel ( <a href="tqwidget.html">TQWidget</a> * buddy, const <a href="ntqstring.html">TQString</a> &amp; text, <a href="tqwidget.html">TQWidget</a> * parent, const char * name=0, WFlags f=0 )</h3>
+<h3 class="fn"><a name="5514c7"></a>TQLabel::TQLabel ( <a href="tqwidget.html">TQWidget</a> * buddy, const <a href="tqstring.html">TQString</a> &amp; text, <a href="tqwidget.html">TQWidget</a> * parent, const char * name=0, WFlags f=0 )</h3>
<p>Constructs a label with a text and a buddy.
<p>The <em>text</em> is set with <a href="#dffb43">setText</a>(). The <em>buddy</em> is set with <a href="#191701">setBuddy</a>().
<p>The <em>parent, name</em> and <em>f</em> arguments are passed to the <a href="ntqframe.html">TQFrame</a>
@@ -126,7 +126,7 @@ constructor.
<p>The <em>parent, name</em> and <em>f</em> arguments are passed to the <a href="ntqframe.html">TQFrame</a>
constructor.
<p>See also <a href="#1f406e">setAlignment</a>(), <a href="ntqframe.html#c0d758">setFrameStyle</a>() and <a href="#ed9b8b">setIndent</a>().
-<h3 class="fn"><a name="2bafbb"></a>TQLabel::TQLabel ( const <a href="ntqstring.html">TQString</a> &amp; text, <a href="tqwidget.html">TQWidget</a> * parent, const char * name=0, WFlags f=0 )</h3>
+<h3 class="fn"><a name="2bafbb"></a>TQLabel::TQLabel ( const <a href="tqstring.html">TQString</a> &amp; text, <a href="tqwidget.html">TQWidget</a> * parent, const char * name=0, WFlags f=0 )</h3>
<p>Constructs a label with a text. The <em>text</em> is set with <a href="#dffb43">setText</a>().
<p>The <em>parent, name</em> and <em>f</em> arguments are passed to the <a href="ntqframe.html">TQFrame</a>
constructor.
@@ -265,14 +265,14 @@ of <em>num.</em> Does nothing if this is equal to the current contents of
the label. Any previous content is cleared.
<p>The buddy accelerator, if any, is disabled.
<p>The label resizes itself if auto-resizing is enabled.
-<p>See also <a href="#dffb43">setText</a>(), <a href="ntqstring.html#01d80b">TQString::setNum</a>() and <a href="#191701">setBuddy</a>().
+<p>See also <a href="#dffb43">setText</a>(), <a href="tqstring.html#01d80b">TQString::setNum</a>() and <a href="#191701">setBuddy</a>().
<h3 class="fn">void <a name="301e3c"></a>TQLabel::setNum ( int num ) <code>[virtual slot]</code></h3>
<p>Sets the label contents to a plain text containing the printed value
of <em>num.</em> Does nothing if this is equal to the current contents of
the label. Any previous content is cleared.
<p>The buddy accelerator, if any, is disabled.
<p>The label resizes itself if auto-resizing is enabled.
-<p>See also <a href="#dffb43">setText</a>(), <a href="ntqstring.html#01d80b">TQString::setNum</a>() and <a href="#191701">setBuddy</a>().
+<p>See also <a href="#dffb43">setText</a>(), <a href="tqstring.html#01d80b">TQString::setNum</a>() and <a href="#191701">setBuddy</a>().
<h3 class="fn">void <a name="f3f301"></a>TQLabel::setPixmap ( const <a href="ntqpixmap.html">TQPixmap</a> &amp; pixmap ) <code>[virtual slot]</code></h3>
<p>Sets the label contents to <em>pixmap.</em> Any previous content is cleared.
<p>The buddy accelerator, if any, is disabled.
@@ -282,7 +282,7 @@ the label. Any previous content is cleared.
<p>When called with <em>enable</em> == TRUE, and the label shows a pixmap,
it will scale the pixmap to fill available space.
<p>See also <a href="#7e1f73">hasScaledContents</a>().
-<h3 class="fn">void <a name="dffb43"></a>TQLabel::setText ( const <a href="ntqstring.html">TQString</a> &amp; text ) <code>[virtual slot]</code></h3>
+<h3 class="fn">void <a name="dffb43"></a>TQLabel::setText ( const <a href="tqstring.html">TQString</a> &amp; text ) <code>[virtual slot]</code></h3>
<p>Sets the label contents to <em>text,</em> or does nothing if <em>text</em> is
equal to the current contents of the label. Any previous content is
cleared.
@@ -316,7 +316,7 @@ an explanation of the possible options.
<h3 class="fn"><a href="ntqsizepolicy.html">TQSizePolicy</a> <a name="26e1d9"></a>TQLabel::sizePolicy () const <code>[virtual]</code></h3>
<p>Reimplemented for internal reasons; the API is not affected.
<p>Reimplemented from <a href="tqwidget.html#2d5d13">TQWidget.</a>
-<h3 class="fn"><a href="ntqstring.html">TQString</a> <a name="72cf09"></a>TQLabel::text () const</h3>
+<h3 class="fn"><a href="tqstring.html">TQString</a> <a name="72cf09"></a>TQLabel::text () const</h3>
<p>Returns the label text. If the content is a plain or a rich text,
this is the string that was passed to <a href="#dffb43">setText</a>(). Otherwise, it is an
empty/null string.
diff --git a/examples/demo/textdrawing/helpwindow.h b/examples/demo/textdrawing/helpwindow.h
index 3ca7ce97e..9f05d001b 100644
--- a/examples/demo/textdrawing/helpwindow.h
+++ b/examples/demo/textdrawing/helpwindow.h
@@ -12,7 +12,7 @@
#include <ntqmainwindow.h>
#include <ntqtextbrowser.h>
-#include <ntqstringlist.h>
+#include <tqstringlist.h>
#include <tqmap.h>
#include <ntqdir.h>
diff --git a/examples/dirview/dirview.cpp b/examples/dirview/dirview.cpp
index 7bd26d3f5..3183f7213 100644
--- a/examples/dirview/dirview.cpp
+++ b/examples/dirview/dirview.cpp
@@ -18,8 +18,8 @@
#include <ntqmessagebox.h>
#include <ntqdragobject.h>
#include <ntqmime.h>
-#include <ntqstrlist.h>
-#include <ntqstringlist.h>
+#include <tqstrlist.h>
+#include <tqstringlist.h>
#include <ntqapplication.h>
#include <ntqheader.h>
diff --git a/examples/dirview/dirview.h b/examples/dirview/dirview.h
index d08574976..dc467d91d 100644
--- a/examples/dirview/dirview.h
+++ b/examples/dirview/dirview.h
@@ -11,7 +11,7 @@
#define DIRVIEW_H
#include <ntqlistview.h>
-#include <ntqstring.h>
+#include <tqstring.h>
#include <ntqfile.h>
#include <ntqfileinfo.h>
#include <ntqtimer.h>
diff --git a/examples/fileiconview/qfileiconview.cpp b/examples/fileiconview/qfileiconview.cpp
index e684b90b0..e87e465a0 100644
--- a/examples/fileiconview/qfileiconview.cpp
+++ b/examples/fileiconview/qfileiconview.cpp
@@ -9,10 +9,10 @@
#include "qfileiconview.h"
#include <ntqpainter.h>
-#include <ntqstringlist.h>
+#include <tqstringlist.h>
#include <ntqpixmap.h>
#include <ntqmime.h>
-#include <ntqstrlist.h>
+#include <tqstrlist.h>
#include <ntqdragobject.h>
#include <ntqmessagebox.h>
#include <ntqevent.h>
diff --git a/examples/fileiconview/qfileiconview.h b/examples/fileiconview/qfileiconview.h
index 898f26bf9..3c5083e6f 100644
--- a/examples/fileiconview/qfileiconview.h
+++ b/examples/fileiconview/qfileiconview.h
@@ -12,7 +12,7 @@
#include <ntqiconset.h>
-#include <ntqstring.h>
+#include <tqstring.h>
#include <ntqfileinfo.h>
#include <ntqdir.h>
#include <ntqtimer.h>
diff --git a/examples/fonts/simple-qfont-demo/viewer.cpp b/examples/fonts/simple-qfont-demo/viewer.cpp
index 2e60808c5..36628c40d 100644
--- a/examples/fonts/simple-qfont-demo/viewer.cpp
+++ b/examples/fonts/simple-qfont-demo/viewer.cpp
@@ -1,7 +1,7 @@
#include "viewer.h"
-#include <ntqstring.h>
-#include <ntqstringlist.h>
+#include <tqstring.h>
+#include <tqstringlist.h>
#include <ntqtextview.h>
#include <ntqpushbutton.h>
#include <ntqlayout.h>
diff --git a/examples/helpviewer/helpwindow.h b/examples/helpviewer/helpwindow.h
index b3b5f97a8..e912eaeca 100644
--- a/examples/helpviewer/helpwindow.h
+++ b/examples/helpviewer/helpwindow.h
@@ -12,7 +12,7 @@
#include <ntqmainwindow.h>
#include <ntqtextbrowser.h>
-#include <ntqstringlist.h>
+#include <tqstringlist.h>
#include <tqmap.h>
#include <ntqdir.h>
diff --git a/examples/i18n/mywidget.h b/examples/i18n/mywidget.h
index 7d0b81a71..41367eccb 100644
--- a/examples/i18n/mywidget.h
+++ b/examples/i18n/mywidget.h
@@ -11,7 +11,7 @@
#define MYWIDGET_H
#include <ntqmainwindow.h>
-#include <ntqstring.h>
+#include <tqstring.h>
class MyWidget : public TQMainWindow
{
diff --git a/examples/listboxcombo/listboxcombo.cpp b/examples/listboxcombo/listboxcombo.cpp
index 55baaf83b..90ff2e96e 100644
--- a/examples/listboxcombo/listboxcombo.cpp
+++ b/examples/listboxcombo/listboxcombo.cpp
@@ -13,7 +13,7 @@
#include <ntqlistbox.h>
#include <ntqhbox.h>
#include <ntqpushbutton.h>
-#include <ntqstring.h>
+#include <tqstring.h>
#include <ntqpixmap.h>
#include <ntqlabel.h>
#include <tqimage.h>
diff --git a/examples/listviews/listviews.h b/examples/listviews/listviews.h
index 6b9cc7ea4..afd989019 100644
--- a/examples/listviews/listviews.h
+++ b/examples/listviews/listviews.h
@@ -11,7 +11,7 @@
#define LISTVIEWS_H
#include <ntqsplitter.h>
-#include <ntqstring.h>
+#include <tqstring.h>
#include <tqobject.h>
#include <ntqdatetime.h>
#include <tqptrlist.h>
diff --git a/examples/network/infoprotocol/infoserver/infodata.h b/examples/network/infoprotocol/infoserver/infodata.h
index 45bf9c838..fe94b02dc 100644
--- a/examples/network/infoprotocol/infoserver/infodata.h
+++ b/examples/network/infoprotocol/infoserver/infodata.h
@@ -11,7 +11,7 @@
#define INFODATA_H
#include <ntqdict.h>
-#include <ntqstringlist.h>
+#include <tqstringlist.h>
// The InfoData class manages data, organized in tree structure.
diff --git a/examples/network/mail/smtp.h b/examples/network/mail/smtp.h
index cf6bdde06..60ec463bb 100644
--- a/examples/network/mail/smtp.h
+++ b/examples/network/mail/smtp.h
@@ -11,7 +11,7 @@
#define SMTP_H
#include <tqobject.h>
-#include <ntqstring.h>
+#include <tqstring.h>
class TQSocket;
class TQTextStream;
diff --git a/examples/network/networkprotocol/nntp.cpp b/examples/network/networkprotocol/nntp.cpp
index 833718ada..f8bb2fb7d 100644
--- a/examples/network/networkprotocol/nntp.cpp
+++ b/examples/network/networkprotocol/nntp.cpp
@@ -11,7 +11,7 @@
#include <ntqurlinfo.h>
#include <stdlib.h>
#include <ntqurloperator.h>
-#include <ntqstringlist.h>
+#include <tqstringlist.h>
#include <ntqregexp.h>
Nntp::Nntp()
diff --git a/examples/qdir/ntqdir.h b/examples/qdir/ntqdir.h
index 44bdb4fa4..a7b5fa4f0 100644
--- a/examples/qdir/ntqdir.h
+++ b/examples/qdir/ntqdir.h
@@ -16,7 +16,7 @@
#include <ntqvbox.h>
#include <ntqurl.h>
#include <ntqpixmap.h>
-#include <ntqstringlist.h>
+#include <tqstringlist.h>
class TQMultiLineEdit;
class TQTextView;
diff --git a/examples/qtl/tqvaluelistiterator.cpp b/examples/qtl/tqvaluelistiterator.cpp
index 98a908997..e477e0315 100644
--- a/examples/qtl/tqvaluelistiterator.cpp
+++ b/examples/qtl/tqvaluelistiterator.cpp
@@ -8,7 +8,7 @@
*****************************************************************************/
#include <tqvaluelist.h>
-#include <ntqstring.h>
+#include <tqstring.h>
#include <ntqwindowdefs.h>
#include <stdio.h>
diff --git a/examples/rangecontrols/rangecontrols.cpp b/examples/rangecontrols/rangecontrols.cpp
index e423cc7ec..bda0b70bf 100644
--- a/examples/rangecontrols/rangecontrols.cpp
+++ b/examples/rangecontrols/rangecontrols.cpp
@@ -13,7 +13,7 @@
#include <ntqlcdnumber.h>
#include <ntqspinbox.h>
#include <ntqlabel.h>
-#include <ntqstring.h>
+#include <tqstring.h>
#include <ntqslider.h>
#include <ntqcheckbox.h>
diff --git a/examples/scribble/scribble.cpp b/examples/scribble/scribble.cpp
index 9fd002a9c..aba486c39 100644
--- a/examples/scribble/scribble.cpp
+++ b/examples/scribble/scribble.cpp
@@ -22,7 +22,7 @@
#include <ntqfiledialog.h>
#include <ntqcursor.h>
#include <tqimage.h>
-#include <ntqstrlist.h>
+#include <tqstrlist.h>
#include <ntqpopupmenu.h>
#include <ntqintdict.h>
diff --git a/examples/scribble/scribble.h b/examples/scribble/scribble.h
index 1cbf1ad1a..4f5ca3bba 100644
--- a/examples/scribble/scribble.h
+++ b/examples/scribble/scribble.h
@@ -15,7 +15,7 @@
#include <ntqpoint.h>
#include <ntqpixmap.h>
#include <tqwidget.h>
-#include <ntqstring.h>
+#include <tqstring.h>
#include <ntqpointarray.h>
class TQMouseEvent;
diff --git a/examples/showimg/imagefip.h b/examples/showimg/imagefip.h
index 09e22de22..1fa728abc 100644
--- a/examples/showimg/imagefip.h
+++ b/examples/showimg/imagefip.h
@@ -11,7 +11,7 @@
#define IMAGEFIP_H
#include <ntqfiledialog.h>
-#include <ntqstrlist.h>
+#include <tqstrlist.h>
#include <ntqpixmap.h>
class ImageIconProvider : public TQFileIconProvider
diff --git a/examples/tabdialog/main.cpp b/examples/tabdialog/main.cpp
index f26fb4704..45af41623 100644
--- a/examples/tabdialog/main.cpp
+++ b/examples/tabdialog/main.cpp
@@ -9,7 +9,7 @@
#include "tabdialog.h"
#include <ntqapplication.h>
-#include <ntqstring.h>
+#include <tqstring.h>
int main( int argc, char **argv )
{
diff --git a/examples/tabdialog/tabdialog.h b/examples/tabdialog/tabdialog.h
index a501ae8b7..402ae8758 100644
--- a/examples/tabdialog/tabdialog.h
+++ b/examples/tabdialog/tabdialog.h
@@ -11,7 +11,7 @@
#define TABDIALOG_H
#include <ntqtabdialog.h>
-#include <ntqstring.h>
+#include <tqstring.h>
#include <ntqfileinfo.h>
class TabDialog : public TQTabDialog
diff --git a/examples/table/small-table-demo/main.cpp b/examples/table/small-table-demo/main.cpp
index eb7618ba2..7af453dc7 100644
--- a/examples/table/small-table-demo/main.cpp
+++ b/examples/table/small-table-demo/main.cpp
@@ -11,7 +11,7 @@
#include <ntqtable.h>
#include <tqimage.h>
#include <ntqpixmap.h>
-#include <ntqstringlist.h>
+#include <tqstringlist.h>
// TQt logo: static const char *qtlogo_xpm[]
#include "qtlogo.xpm"
diff --git a/examples/table/statistics/statistics.cpp b/examples/table/statistics/statistics.cpp
index 7726ba4cb..021be3033 100644
--- a/examples/table/statistics/statistics.cpp
+++ b/examples/table/statistics/statistics.cpp
@@ -10,7 +10,7 @@
#include "statistics.h"
#include <ntqdir.h>
-#include <ntqstringlist.h>
+#include <tqstringlist.h>
#include <ntqheader.h>
#include <ntqcombobox.h>
#include <stdlib.h>
diff --git a/examples/tablet/scribble.cpp b/examples/tablet/scribble.cpp
index beaf25461..57d858d67 100644
--- a/examples/tablet/scribble.cpp
+++ b/examples/tablet/scribble.cpp
@@ -23,7 +23,7 @@
#include <ntqfiledialog.h>
#include <ntqcursor.h>
#include <tqimage.h>
-#include <ntqstrlist.h>
+#include <tqstrlist.h>
#include <ntqpopupmenu.h>
#include <ntqintdict.h>
diff --git a/examples/tablet/scribble.h b/examples/tablet/scribble.h
index 52e129d93..00be8ef14 100644
--- a/examples/tablet/scribble.h
+++ b/examples/tablet/scribble.h
@@ -15,7 +15,7 @@
#include <ntqpoint.h>
#include <ntqpixmap.h>
#include <tqwidget.h>
-#include <ntqstring.h>
+#include <tqstring.h>
#include <ntqpointarray.h>
class TQMouseEvent;
diff --git a/examples/tetrix/tpiece.cpp b/examples/tetrix/tpiece.cpp
index acda548fb..23c8fd7f0 100644
--- a/examples/tetrix/tpiece.cpp
+++ b/examples/tetrix/tpiece.cpp
@@ -8,7 +8,7 @@
*****************************************************************************/
#include "tpiece.h"
-#include "ntqstring.h"
+#include "tqstring.h"
#include <stdlib.h>
void TetrixPiece::rotateLeft()
diff --git a/examples/xml/tagreader-with-features/structureparser.cpp b/examples/xml/tagreader-with-features/structureparser.cpp
index cc5e210a1..92e9097bf 100644
--- a/examples/xml/tagreader-with-features/structureparser.cpp
+++ b/examples/xml/tagreader-with-features/structureparser.cpp
@@ -3,7 +3,7 @@
#include "structureparser.h"
-#include <ntqstring.h>
+#include <tqstring.h>
#include <ntqlistview.h>
StructureParser::StructureParser( TQListView * t )
diff --git a/examples/xml/tagreader/structureparser.cpp b/examples/xml/tagreader/structureparser.cpp
index a4798dc49..68e5549a5 100644
--- a/examples/xml/tagreader/structureparser.cpp
+++ b/examples/xml/tagreader/structureparser.cpp
@@ -10,7 +10,7 @@
#include "structureparser.h"
#include <stdio.h>
-#include <ntqstring.h>
+#include <tqstring.h>
bool StructureParser::startDocument()
{