diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-06-08 12:56:43 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-06-08 12:56:43 +0900 |
commit | 0cf411b09cf5d8970b873a338a69eae98d5ce5d8 (patch) | |
tree | 107cf55759cc3138bb1e0035b479bcd92127403a /examples | |
parent | e6077c30d14e9d662e8843c554db86c0d366d0b6 (diff) | |
download | tqt3-0cf411b09cf5d8970b873a338a69eae98d5ce5d8.tar.gz tqt3-0cf411b09cf5d8970b873a338a69eae98d5ce5d8.zip |
Rename text nt* related files to equivalent tq*
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'examples')
32 files changed, 45 insertions, 45 deletions
diff --git a/examples/README b/examples/README index 056320979..454a9b683 100644 --- a/examples/README +++ b/examples/README @@ -297,7 +297,7 @@ regexptester This little application is useful for testing regular expressions. richtext - This example shows the use of QTextView (a read/only QTextEdit + This example shows the use of TQTextView (a read/only TQTextEdit subclass). rot13 @@ -368,7 +368,7 @@ tetrix work of art. textedit - A simple text editor based on QTextEdit. + A simple text editor based on TQTextEdit. themes This examples demonstrates how to draw widgets in different styles diff --git a/examples/action/application.cpp b/examples/action/application.cpp index 9fbf22e34..25822a3c0 100644 --- a/examples/action/application.cpp +++ b/examples/action/application.cpp @@ -15,7 +15,7 @@ #include <ntqtoolbutton.h> #include <ntqpopupmenu.h> #include <ntqmenubar.h> -#include <ntqtextedit.h> +#include <tqtextedit.h> #include <ntqfile.h> #include <ntqfiledialog.h> #include <ntqstatusbar.h> @@ -23,7 +23,7 @@ #include <ntqprinter.h> #include <ntqapplication.h> #include <ntqaccel.h> -#include <ntqtextstream.h> +#include <tqtextstream.h> #include <ntqpainter.h> #include <ntqpaintdevicemetrics.h> #include <ntqwhatsthis.h> diff --git a/examples/addressbook/centralwidget.cpp b/examples/addressbook/centralwidget.cpp index 5b504850c..e5a101471 100644 --- a/examples/addressbook/centralwidget.cpp +++ b/examples/addressbook/centralwidget.cpp @@ -19,7 +19,7 @@ #include <ntqlabel.h> #include <ntqcheckbox.h> #include <ntqfile.h> -#include <ntqtextstream.h> +#include <tqtextstream.h> ABCentralWidget::ABCentralWidget( TQWidget *parent, const char *name ) : TQWidget( parent, name ) diff --git a/examples/application/application.cpp b/examples/application/application.cpp index 32c291f03..e92bdddbb 100644 --- a/examples/application/application.cpp +++ b/examples/application/application.cpp @@ -15,7 +15,7 @@ #include <ntqtoolbutton.h> #include <ntqpopupmenu.h> #include <ntqmenubar.h> -#include <ntqtextedit.h> +#include <tqtextedit.h> #include <ntqfile.h> #include <ntqfiledialog.h> #include <ntqstatusbar.h> @@ -23,7 +23,7 @@ #include <ntqprinter.h> #include <ntqapplication.h> #include <ntqaccel.h> -#include <ntqtextstream.h> +#include <tqtextstream.h> #include <ntqpainter.h> #include <ntqpaintdevicemetrics.h> #include <ntqwhatsthis.h> diff --git a/examples/chart/element.cpp b/examples/chart/element.cpp index 21826028e..240a0eea3 100644 --- a/examples/chart/element.cpp +++ b/examples/chart/element.cpp @@ -1,7 +1,7 @@ #include "element.h" #include <tqstringlist.h> -#include <ntqtextstream.h> +#include <tqtextstream.h> const char FIELD_SEP = ':'; const char PROPOINT_SEP = ';'; diff --git a/examples/demo/frame.cpp b/examples/demo/frame.cpp index 1fed9f837..d243e714d 100644 --- a/examples/demo/frame.cpp +++ b/examples/demo/frame.cpp @@ -21,7 +21,7 @@ #include <ntqsignalmapper.h> #include <ntqdict.h> #include <ntqdir.h> -#include <ntqtextcodec.h> +#include <tqtextcodec.h> #include <stdlib.h> #include <ntqbuttongroup.h> #include <ntqtoolbutton.h> diff --git a/examples/demo/i18n/i18n.cpp b/examples/demo/i18n/i18n.cpp index 533976591..053455cee 100644 --- a/examples/demo/i18n/i18n.cpp +++ b/examples/demo/i18n/i18n.cpp @@ -15,7 +15,7 @@ #include <ntqapplication.h> #include <tqwidgetlist.h> #include <ntqlabel.h> -#include <ntqtextedit.h> +#include <tqtextedit.h> static int windowIdNumber = 5000; diff --git a/examples/demo/opengl/glinfotext.h b/examples/demo/opengl/glinfotext.h index 991428091..833a3dd3a 100644 --- a/examples/demo/opengl/glinfotext.h +++ b/examples/demo/opengl/glinfotext.h @@ -1,5 +1,5 @@ #include <ntqlayout.h> -#include <ntqtextview.h> +#include <tqtextview.h> #include <ntqfont.h> #include "glinfo.h" diff --git a/examples/demo/textdrawing/example.html b/examples/demo/textdrawing/example.html index bb4eb99dd..dd62518b1 100644 --- a/examples/demo/textdrawing/example.html +++ b/examples/demo/textdrawing/example.html @@ -103,7 +103,7 @@ the other widget (called the TQLabel's "buddy"). Example: (the <a href="ntqlineedit.html">TQLineEdit</a>) when the user presses <dfn>Alt-P.</dfn> You can also use the <a href="#191701">setBuddy</a>() function to accomplish the same. <p> -<p>See also <a href="ntqlineedit.html">TQLineEdit</a>, <a href="ntqtextview.html">TQTextView</a>, <a href="ntqpixmap.html">TQPixmap</a>, <a href="ntqmovie.html">TQMovie</a> and <a href="guibooks.html#fowler">GUI Design Handbook: Label</a> +<p>See also <a href="ntqlineedit.html">TQLineEdit</a>, <a href="tqtextview.html">TQTextView</a>, <a href="ntqpixmap.html">TQPixmap</a>, <a href="ntqmovie.html">TQMovie</a> and <a href="guibooks.html#fowler">GUI Design Handbook: Label</a> <p>Examples: <a href="cursor-cursor-cpp.html#TQLabel">cursor/cursor.cpp</a> <a href="layout-layout-cpp.html#TQLabel">layout/layout.cpp</a> @@ -294,7 +294,7 @@ the format of <em>text.</em> 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 -only. For large documents, use <a href="ntqtextview.html">TQTextView</a> instead. It will flicker +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>(). <p>Examples: diff --git a/examples/demo/textdrawing/helpwindow.cpp b/examples/demo/textdrawing/helpwindow.cpp index 55d1e5887..a6fd6df6a 100644 --- a/examples/demo/textdrawing/helpwindow.cpp +++ b/examples/demo/textdrawing/helpwindow.cpp @@ -16,7 +16,7 @@ #include <ntqtoolbutton.h> #include <ntqiconset.h> #include <ntqfile.h> -#include <ntqtextstream.h> +#include <tqtextstream.h> #include <ntqstylesheet.h> #include <ntqmessagebox.h> #include <ntqfiledialog.h> diff --git a/examples/demo/textdrawing/helpwindow.h b/examples/demo/textdrawing/helpwindow.h index 9f05d001b..998cc17a0 100644 --- a/examples/demo/textdrawing/helpwindow.h +++ b/examples/demo/textdrawing/helpwindow.h @@ -11,7 +11,7 @@ #define HELPWINDOW_H #include <ntqmainwindow.h> -#include <ntqtextbrowser.h> +#include <tqtextbrowser.h> #include <tqstringlist.h> #include <tqmap.h> #include <ntqdir.h> diff --git a/examples/demo/textdrawing/textedit.cpp b/examples/demo/textdrawing/textedit.cpp index 5e203ed16..b287fad42 100644 --- a/examples/demo/textdrawing/textedit.cpp +++ b/examples/demo/textdrawing/textedit.cpp @@ -9,7 +9,7 @@ #include "textedit.h" -#include <ntqtextedit.h> +#include <tqtextedit.h> #include <ntqaction.h> #include <ntqmenubar.h> #include <ntqpopupmenu.h> diff --git a/examples/fonts/simple-qfont-demo/viewer.cpp b/examples/fonts/simple-qfont-demo/viewer.cpp index 36628c40d..88c202e3d 100644 --- a/examples/fonts/simple-qfont-demo/viewer.cpp +++ b/examples/fonts/simple-qfont-demo/viewer.cpp @@ -2,7 +2,7 @@ #include "viewer.h" #include <tqstring.h> #include <tqstringlist.h> -#include <ntqtextview.h> +#include <tqtextview.h> #include <ntqpushbutton.h> #include <ntqlayout.h> diff --git a/examples/helpviewer/helpwindow.cpp b/examples/helpviewer/helpwindow.cpp index 49a74efbc..315ea62eb 100644 --- a/examples/helpviewer/helpwindow.cpp +++ b/examples/helpviewer/helpwindow.cpp @@ -16,7 +16,7 @@ #include <ntqtoolbutton.h> #include <ntqiconset.h> #include <ntqfile.h> -#include <ntqtextstream.h> +#include <tqtextstream.h> #include <ntqstylesheet.h> #include <ntqmessagebox.h> #include <ntqfiledialog.h> diff --git a/examples/helpviewer/helpwindow.h b/examples/helpviewer/helpwindow.h index e912eaeca..311b4ff4d 100644 --- a/examples/helpviewer/helpwindow.h +++ b/examples/helpviewer/helpwindow.h @@ -11,7 +11,7 @@ #define HELPWINDOW_H #include <ntqmainwindow.h> -#include <ntqtextbrowser.h> +#include <tqtextbrowser.h> #include <tqstringlist.h> #include <tqmap.h> #include <ntqdir.h> diff --git a/examples/i18n/main.cpp b/examples/i18n/main.cpp index 8e8e8661a..269115e9c 100644 --- a/examples/i18n/main.cpp +++ b/examples/i18n/main.cpp @@ -17,7 +17,7 @@ #include <ntqbuttongroup.h> #include <ntqpushbutton.h> #include <ntqsignalmapper.h> -#include <ntqtextcodec.h> +#include <tqtextcodec.h> #include <stdlib.h> #if defined(Q_OS_UNIX) diff --git a/examples/mdi/application.cpp b/examples/mdi/application.cpp index 67e759b5b..b7bb67cc6 100644 --- a/examples/mdi/application.cpp +++ b/examples/mdi/application.cpp @@ -25,8 +25,8 @@ #include <ntqapplication.h> #include <ntqpushbutton.h> #include <ntqaccel.h> -#include <ntqtextstream.h> -#include <ntqtextedit.h> +#include <tqtextstream.h> +#include <tqtextedit.h> #include <ntqpainter.h> #include <ntqpaintdevicemetrics.h> #include <ntqwhatsthis.h> diff --git a/examples/network/clientserver/client/client.cpp b/examples/network/clientserver/client/client.cpp index aba0fef02..466867a94 100644 --- a/examples/network/clientserver/client/client.cpp +++ b/examples/network/clientserver/client/client.cpp @@ -11,11 +11,11 @@ #include <ntqapplication.h> #include <ntqvbox.h> #include <ntqhbox.h> -#include <ntqtextview.h> +#include <tqtextview.h> #include <ntqlineedit.h> #include <ntqlabel.h> #include <ntqpushbutton.h> -#include <ntqtextstream.h> +#include <tqtextstream.h> class Client : public TQVBox diff --git a/examples/network/clientserver/server/server.cpp b/examples/network/clientserver/server/server.cpp index 3d974cb50..4a19f80b6 100644 --- a/examples/network/clientserver/server/server.cpp +++ b/examples/network/clientserver/server/server.cpp @@ -11,10 +11,10 @@ #include <ntqserversocket.h> #include <ntqapplication.h> #include <ntqvbox.h> -#include <ntqtextview.h> +#include <tqtextview.h> #include <ntqlabel.h> #include <ntqpushbutton.h> -#include <ntqtextstream.h> +#include <tqtextstream.h> #include <stdlib.h> diff --git a/examples/network/httpd/httpd.cpp b/examples/network/httpd/httpd.cpp index 09942bcc3..8f89b5477 100644 --- a/examples/network/httpd/httpd.cpp +++ b/examples/network/httpd/httpd.cpp @@ -12,10 +12,10 @@ #include <ntqserversocket.h> #include <ntqapplication.h> #include <ntqmainwindow.h> -#include <ntqtextstream.h> +#include <tqtextstream.h> #include <ntqvbox.h> #include <ntqlabel.h> -#include <ntqtextview.h> +#include <tqtextview.h> #include <ntqpushbutton.h> // HttpDaemon is the the class that implements the simple HTTP server. diff --git a/examples/network/infoprotocol/infoclient/client.cpp b/examples/network/infoprotocol/infoclient/client.cpp index c1d05b6c5..597099a64 100644 --- a/examples/network/infoprotocol/infoclient/client.cpp +++ b/examples/network/infoprotocol/infoclient/client.cpp @@ -9,11 +9,11 @@ #include <ntqsocket.h> #include <ntqapplication.h> -#include <ntqtextedit.h> +#include <tqtextedit.h> #include <ntqlineedit.h> #include <ntqlabel.h> #include <ntqpushbutton.h> -#include <ntqtextstream.h> +#include <tqtextstream.h> #include <ntqlistbox.h> #include "client.h" diff --git a/examples/network/infoprotocol/infoserver/server.cpp b/examples/network/infoprotocol/infoserver/server.cpp index d71de6590..a651d38a9 100644 --- a/examples/network/infoprotocol/infoserver/server.cpp +++ b/examples/network/infoprotocol/infoserver/server.cpp @@ -7,9 +7,9 @@ ** *****************************************************************************/ -#include <ntqtextview.h> +#include <tqtextview.h> #include <ntqpushbutton.h> -#include <ntqtextstream.h> +#include <tqtextstream.h> #include <ntqapplication.h> #include <ntqmessagebox.h> #include <stdlib.h> diff --git a/examples/network/infoprotocol/infourlclient/client.cpp b/examples/network/infoprotocol/infourlclient/client.cpp index c3101639f..ebe574373 100644 --- a/examples/network/infoprotocol/infourlclient/client.cpp +++ b/examples/network/infoprotocol/infourlclient/client.cpp @@ -8,7 +8,7 @@ *****************************************************************************/ #include <ntqapplication.h> -#include <ntqtextedit.h> +#include <tqtextedit.h> #include <ntqpushbutton.h> #include <ntqfiledialog.h> diff --git a/examples/network/infoprotocol/infourlclient/qip.cpp b/examples/network/infoprotocol/infourlclient/qip.cpp index aed848388..87c209a4a 100644 --- a/examples/network/infoprotocol/infourlclient/qip.cpp +++ b/examples/network/infoprotocol/infourlclient/qip.cpp @@ -10,7 +10,7 @@ #include <ntqsocket.h> #include <ntqurlinfo.h> #include <ntqurloperator.h> -#include <ntqtextstream.h> +#include <tqtextstream.h> #include "qip.h" diff --git a/examples/network/mail/smtp.cpp b/examples/network/mail/smtp.cpp index e9a34b281..99d5d206e 100644 --- a/examples/network/mail/smtp.cpp +++ b/examples/network/mail/smtp.cpp @@ -9,7 +9,7 @@ #include "smtp.h" -#include <ntqtextstream.h> +#include <tqtextstream.h> #include <ntqsocket.h> #include <ntqdns.h> #include <ntqtimer.h> diff --git a/examples/process/process.cpp b/examples/process/process.cpp index b235e18b2..5eb16e153 100644 --- a/examples/process/process.cpp +++ b/examples/process/process.cpp @@ -10,7 +10,7 @@ #include <tqobject.h> #include <ntqprocess.h> #include <ntqvbox.h> -#include <ntqtextview.h> +#include <tqtextview.h> #include <ntqpushbutton.h> #include <ntqapplication.h> #include <ntqmessagebox.h> diff --git a/examples/qdir/qdir.cpp b/examples/qdir/qdir.cpp index b2cf108b0..d6236e528 100644 --- a/examples/qdir/qdir.cpp +++ b/examples/qdir/qdir.cpp @@ -11,10 +11,10 @@ #include "ntqdir.h" #include <ntqapplication.h> -#include <ntqtextview.h> +#include <tqtextview.h> #include <ntqfileinfo.h> #include <ntqfile.h> -#include <ntqtextstream.h> +#include <tqtextstream.h> #include <ntqhbox.h> #include <ntqspinbox.h> #include <ntqlabel.h> @@ -26,7 +26,7 @@ #include <ntqpushbutton.h> #include <ntqtoolbutton.h> #include <ntqfile.h> -#include <ntqtextstream.h> +#include <tqtextstream.h> #include <ntqtooltip.h> #include <stdlib.h> diff --git a/examples/qwerty/qwerty.cpp b/examples/qwerty/qwerty.cpp index 928fd27ab..74758db27 100644 --- a/examples/qwerty/qwerty.cpp +++ b/examples/qwerty/qwerty.cpp @@ -12,14 +12,14 @@ #include <ntqfile.h> #include <ntqfiledialog.h> #include <ntqpopupmenu.h> -#include <ntqtextstream.h> +#include <tqtextstream.h> #include <ntqpainter.h> #include <ntqmessagebox.h> #include <ntqpaintdevicemetrics.h> #include <tqptrlist.h> #include <ntqfontdialog.h> -#include <ntqtextcodec.h> +#include <tqtextcodec.h> const bool no_writing = FALSE; diff --git a/examples/richtext/richtext.cpp b/examples/richtext/richtext.cpp index b166017aa..ea9589138 100644 --- a/examples/richtext/richtext.cpp +++ b/examples/richtext/richtext.cpp @@ -12,7 +12,7 @@ #include <ntqhbox.h> #include <ntqhbox.h> #include <ntqpushbutton.h> -#include <ntqtextview.h> +#include <tqtextview.h> #include <ntqbrush.h> #include <ntqapplication.h> diff --git a/examples/textedit/textedit.cpp b/examples/textedit/textedit.cpp index fdc6402f6..a814e6cc2 100644 --- a/examples/textedit/textedit.cpp +++ b/examples/textedit/textedit.cpp @@ -9,7 +9,7 @@ #include "textedit.h" -#include <ntqtextedit.h> +#include <tqtextedit.h> #include <ntqaction.h> #include <ntqmenubar.h> #include <ntqpopupmenu.h> diff --git a/examples/thread/prodcons/prodcons.cpp b/examples/thread/prodcons/prodcons.cpp index 2716378c5..d8cb43111 100644 --- a/examples/thread/prodcons/prodcons.cpp +++ b/examples/thread/prodcons/prodcons.cpp @@ -10,7 +10,7 @@ #include <ntqevent.h> #include <ntqlabel.h> #include <ntqcstring.h> -#include <ntqtextstream.h> +#include <tqtextstream.h> #include <ntqfile.h> #include <stdio.h> diff --git a/examples/widgets/widgets.cpp b/examples/widgets/widgets.cpp index 8ea7e0ca9..40f4056d1 100644 --- a/examples/widgets/widgets.cpp +++ b/examples/widgets/widgets.cpp @@ -43,7 +43,7 @@ #include <ntqsplitter.h> #include <ntqlistview.h> #include <ntqheader.h> -#include <ntqtextbrowser.h> +#include <tqtextbrowser.h> #include <ntqfiledialog.h> #include <ntqaccel.h> #include <ntqmetaobject.h> |