From 87d29563e3ccdeb7fea0197e262e667ef323ff9c Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Sun, 7 Jul 2024 14:56:09 +0900 Subject: Rename utility class nt* related files to equivalent tq* Signed-off-by: Michele Calgaro --- examples/aclock/aclock.cpp | 2 +- examples/canvas/canvas.h | 2 +- examples/cursor/cursor.cpp | 2 +- examples/demo/frame.cpp | 2 +- examples/demo/frame.h | 2 +- examples/demo/qasteroids/toplevel.h | 2 +- examples/demo/qasteroids/view.h | 2 +- examples/desktop/desktop.cpp | 2 +- examples/listviews/listviews.cpp | 2 +- examples/network/archivesearch/archivedialog.ui | 2 +- examples/network/httpd/httpd.cpp | 2 +- examples/network/infoprotocol/infoserver/infodata.h | 2 +- examples/network/mail/smtp.cpp | 2 +- examples/network/networkprotocol/nntp.cpp | 2 +- examples/network/networkprotocol/view.h | 2 +- examples/qmag/qmag.cpp | 2 +- examples/regexptester/regexptester.cpp | 2 +- examples/scribble/scribble.cpp | 2 +- examples/table/bigtable/bigtable.doc | 2 +- examples/tablet/scribble.cpp | 2 +- examples/tetrix/tqdragapp.cpp | 2 +- examples/themes/themes.cpp | 2 +- examples/thread/prodcons/prodcons.cpp | 2 +- examples/tux/tux.cpp | 2 +- 24 files changed, 24 insertions(+), 24 deletions(-) (limited to 'examples') diff --git a/examples/aclock/aclock.cpp b/examples/aclock/aclock.cpp index 0ca5d5ab4..4d4b7a0cd 100644 --- a/examples/aclock/aclock.cpp +++ b/examples/aclock/aclock.cpp @@ -10,7 +10,7 @@ #include "aclock.h" #include #include -#include +#include // // Constructs an analog clock widget that uses an internal TQTimer. diff --git a/examples/canvas/canvas.h b/examples/canvas/canvas.h index b695bfdcf..963e56e4f 100644 --- a/examples/canvas/canvas.h +++ b/examples/canvas/canvas.h @@ -3,7 +3,7 @@ #include #include -#include +#include #include class BouncyLogo : public TQCanvasSprite { diff --git a/examples/cursor/cursor.cpp b/examples/cursor/cursor.cpp index 77e77ad77..253d9a8d2 100644 --- a/examples/cursor/cursor.cpp +++ b/examples/cursor/cursor.cpp @@ -8,7 +8,7 @@ *****************************************************************************/ #include -#include +#include #include #include #include diff --git a/examples/demo/frame.cpp b/examples/demo/frame.cpp index c291c4b9a..66ece54d6 100644 --- a/examples/demo/frame.cpp +++ b/examples/demo/frame.cpp @@ -19,7 +19,7 @@ #include #include #include -#include +#include #include #include #include diff --git a/examples/demo/frame.h b/examples/demo/frame.h index 6dd9c1ae3..12170d789 100644 --- a/examples/demo/frame.h +++ b/examples/demo/frame.h @@ -8,7 +8,7 @@ *****************************************************************************/ #include -#include +#include #include "categoryinterface.h" class TQToolBox; diff --git a/examples/demo/qasteroids/toplevel.h b/examples/demo/qasteroids/toplevel.h index 6209c5f8f..b86d45b17 100644 --- a/examples/demo/qasteroids/toplevel.h +++ b/examples/demo/qasteroids/toplevel.h @@ -8,7 +8,7 @@ #define __KAST_TOPLEVEL_H__ #include -#include +#include #include #include "view.h" diff --git a/examples/demo/qasteroids/view.h b/examples/demo/qasteroids/view.h index 7308ff460..d54fa847a 100644 --- a/examples/demo/qasteroids/view.h +++ b/examples/demo/qasteroids/view.h @@ -9,7 +9,7 @@ #include #include -#include +#include #include #include #include "sprites.h" diff --git a/examples/desktop/desktop.cpp b/examples/desktop/desktop.cpp index 9997595a3..4edd88ec0 100644 --- a/examples/desktop/desktop.cpp +++ b/examples/desktop/desktop.cpp @@ -8,7 +8,7 @@ *****************************************************************************/ #include -#include +#include #include #include #include diff --git a/examples/listviews/listviews.cpp b/examples/listviews/listviews.cpp index 24b314c0e..865616fc8 100644 --- a/examples/listviews/listviews.cpp +++ b/examples/listviews/listviews.cpp @@ -15,7 +15,7 @@ #include #include #include -#include +#include // ----------------------------------------------------------------- diff --git a/examples/network/archivesearch/archivedialog.ui b/examples/network/archivesearch/archivedialog.ui index 7d7b78a5e..b3942e117 100644 --- a/examples/network/archivesearch/archivedialog.ui +++ b/examples/network/archivesearch/archivedialog.ui @@ -117,7 +117,7 @@ ntqmessagebox.h ntqapplication.h ntqcursor.h - ntqregexp.h + tqregexp.h archivedialog.ui.h diff --git a/examples/network/httpd/httpd.cpp b/examples/network/httpd/httpd.cpp index 9ae8ff5ea..cdd96101f 100644 --- a/examples/network/httpd/httpd.cpp +++ b/examples/network/httpd/httpd.cpp @@ -8,7 +8,7 @@ *****************************************************************************/ #include #include -#include +#include #include #include #include diff --git a/examples/network/infoprotocol/infoserver/infodata.h b/examples/network/infoprotocol/infoserver/infodata.h index fe94b02dc..77b39e23a 100644 --- a/examples/network/infoprotocol/infoserver/infodata.h +++ b/examples/network/infoprotocol/infoserver/infodata.h @@ -10,7 +10,7 @@ #ifndef INFODATA_H #define INFODATA_H -#include +#include #include diff --git a/examples/network/mail/smtp.cpp b/examples/network/mail/smtp.cpp index 487cba04e..0d10a9b30 100644 --- a/examples/network/mail/smtp.cpp +++ b/examples/network/mail/smtp.cpp @@ -15,7 +15,7 @@ #include #include #include -#include +#include Smtp::Smtp( const TQString &from, const TQString &to, diff --git a/examples/network/networkprotocol/nntp.cpp b/examples/network/networkprotocol/nntp.cpp index f8bb2fb7d..870c2c7f9 100644 --- a/examples/network/networkprotocol/nntp.cpp +++ b/examples/network/networkprotocol/nntp.cpp @@ -12,7 +12,7 @@ #include #include #include -#include +#include Nntp::Nntp() : TQNetworkProtocol(), connectionReady( FALSE ), diff --git a/examples/network/networkprotocol/view.h b/examples/network/networkprotocol/view.h index b69138e27..8fc9a43a9 100644 --- a/examples/network/networkprotocol/view.h +++ b/examples/network/networkprotocol/view.h @@ -11,7 +11,7 @@ #define VIEW_H #include -#include +#include #include class TQMultiLineEdit; diff --git a/examples/qmag/qmag.cpp b/examples/qmag/qmag.cpp index 996af3c7b..1e88435e1 100644 --- a/examples/qmag/qmag.cpp +++ b/examples/qmag/qmag.cpp @@ -13,7 +13,7 @@ #include #include #include -#include +#include #include #include diff --git a/examples/regexptester/regexptester.cpp b/examples/regexptester/regexptester.cpp index a2a628103..f8145a0df 100644 --- a/examples/regexptester/regexptester.cpp +++ b/examples/regexptester/regexptester.cpp @@ -5,7 +5,7 @@ #include #include #include -#include +#include #include #include diff --git a/examples/scribble/scribble.cpp b/examples/scribble/scribble.cpp index 06680256b..34950a265 100644 --- a/examples/scribble/scribble.cpp +++ b/examples/scribble/scribble.cpp @@ -24,7 +24,7 @@ #include #include #include -#include +#include const bool no_writing = FALSE; diff --git a/examples/table/bigtable/bigtable.doc b/examples/table/bigtable/bigtable.doc index 7f8a5c2da..5633fe1ea 100644 --- a/examples/table/bigtable/bigtable.doc +++ b/examples/table/bigtable/bigtable.doc @@ -7,7 +7,7 @@ \title How to create a large, sparse QTable - This example shows a sparse table implementation using a QIntDict to + This example shows a sparse table implementation using a TQIntDict to keep track of the cells that are actually in use.
diff --git a/examples/tablet/scribble.cpp b/examples/tablet/scribble.cpp index ee8089c08..e4142c9c6 100644 --- a/examples/tablet/scribble.cpp +++ b/examples/tablet/scribble.cpp @@ -25,7 +25,7 @@ #include #include #include -#include +#include diff --git a/examples/tetrix/tqdragapp.cpp b/examples/tetrix/tqdragapp.cpp index 014583a29..82cdfb612 100644 --- a/examples/tetrix/tqdragapp.cpp +++ b/examples/tetrix/tqdragapp.cpp @@ -9,7 +9,7 @@ #include "tqdragapp.h" #include "tqptrlist.h" -#include "ntqintdict.h" +#include "tqintdict.h" #include "tqpopupmenu.h" #include "ntqguardedptr.h" #include "ntqcolor.h" diff --git a/examples/themes/themes.cpp b/examples/themes/themes.cpp index 1ac0e0a5e..f0cdd8939 100644 --- a/examples/themes/themes.cpp +++ b/examples/themes/themes.cpp @@ -28,7 +28,7 @@ #include #include #include -#include +#include Themes::Themes( TQWidget *parent, const char *name, WFlags f ) : TQMainWindow( parent, name, f ) diff --git a/examples/thread/prodcons/prodcons.cpp b/examples/thread/prodcons/prodcons.cpp index 88553869e..a405d5fb9 100644 --- a/examples/thread/prodcons/prodcons.cpp +++ b/examples/thread/prodcons/prodcons.cpp @@ -9,7 +9,7 @@ #include #include #include -#include +#include #include #include diff --git a/examples/tux/tux.cpp b/examples/tux/tux.cpp index fc1e26d57..089edcab4 100644 --- a/examples/tux/tux.cpp +++ b/examples/tux/tux.cpp @@ -2,7 +2,7 @@ #include #include #include -#include +#include #include #include -- cgit v1.2.3