From 0881ed5059c46ce73e8241e6260b82b92f6d0e55 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Thu, 6 Jun 2024 12:20:38 +0900 Subject: Rename ptr nt* related files to equivalent tq* Signed-off-by: Michele Calgaro --- examples/customlayout/border.h | 2 +- examples/customlayout/card.h | 2 +- examples/customlayout/flow.h | 2 +- examples/demo/qasteroids/ledmeter.h | 2 +- examples/demo/qasteroids/view.h | 2 +- examples/helpdemo/helpdemo.h | 2 +- examples/listviews/listviews.h | 2 +- examples/mdi/application.h | 2 +- examples/qwerty/qwerty.cpp | 2 +- examples/tetrix/qdragapp.cpp | 2 +- examples/tictac/tictac.h | 2 +- examples/xml/tagreader-with-features/structureparser.h | 2 +- 12 files changed, 12 insertions(+), 12 deletions(-) (limited to 'examples') diff --git a/examples/customlayout/border.h b/examples/customlayout/border.h index 98788aa61..8229b118e 100644 --- a/examples/customlayout/border.h +++ b/examples/customlayout/border.h @@ -15,7 +15,7 @@ #define BORDER_H #include -#include +#include class BorderWidgetItem : public TQWidgetItem { diff --git a/examples/customlayout/card.h b/examples/customlayout/card.h index 0e7f8ed79..dfe314877 100644 --- a/examples/customlayout/card.h +++ b/examples/customlayout/card.h @@ -15,7 +15,7 @@ #define CARD_H #include -#include +#include class CardLayout : public TQLayout { diff --git a/examples/customlayout/flow.h b/examples/customlayout/flow.h index 5b5421cdf..a2c854556 100644 --- a/examples/customlayout/flow.h +++ b/examples/customlayout/flow.h @@ -15,7 +15,7 @@ #define FLOW_H #include -#include +#include class SimpleFlow : public TQLayout { diff --git a/examples/demo/qasteroids/ledmeter.h b/examples/demo/qasteroids/ledmeter.h index 720afd6e0..4cdf62bad 100644 --- a/examples/demo/qasteroids/ledmeter.h +++ b/examples/demo/qasteroids/ledmeter.h @@ -8,7 +8,7 @@ #define __LEDMETER_H__ #include -#include +#include class KALedMeter : public TQFrame diff --git a/examples/demo/qasteroids/view.h b/examples/demo/qasteroids/view.h index bbc873b31..89c1ba421 100644 --- a/examples/demo/qasteroids/view.h +++ b/examples/demo/qasteroids/view.h @@ -8,7 +8,7 @@ #define __AST_VIEW_H__ #include -#include +#include #include #include #include diff --git a/examples/helpdemo/helpdemo.h b/examples/helpdemo/helpdemo.h index c6d40ac48..4c808adb9 100644 --- a/examples/helpdemo/helpdemo.h +++ b/examples/helpdemo/helpdemo.h @@ -1,7 +1,7 @@ #ifndef HELPDEMO_H #define HELPDEMO_H -#include +#include #include "helpdemobase.h" diff --git a/examples/listviews/listviews.h b/examples/listviews/listviews.h index f6c2b461a..6b9cc7ea4 100644 --- a/examples/listviews/listviews.h +++ b/examples/listviews/listviews.h @@ -14,7 +14,7 @@ #include #include #include -#include +#include #include class TQListView; diff --git a/examples/mdi/application.h b/examples/mdi/application.h index 33e87fac1..15562ac54 100644 --- a/examples/mdi/application.h +++ b/examples/mdi/application.h @@ -11,7 +11,7 @@ #define APPLICATION_H #include -#include +#include class TQTextEdit; class TQToolBar; diff --git a/examples/qwerty/qwerty.cpp b/examples/qwerty/qwerty.cpp index 28dbc48a9..928fd27ab 100644 --- a/examples/qwerty/qwerty.cpp +++ b/examples/qwerty/qwerty.cpp @@ -16,7 +16,7 @@ #include #include #include -#include +#include #include #include diff --git a/examples/tetrix/qdragapp.cpp b/examples/tetrix/qdragapp.cpp index de234f16f..7004f4784 100644 --- a/examples/tetrix/qdragapp.cpp +++ b/examples/tetrix/qdragapp.cpp @@ -8,7 +8,7 @@ *****************************************************************************/ #include "qdragapp.h" -#include "ntqptrlist.h" +#include "tqptrlist.h" #include "ntqintdict.h" #include "ntqpopupmenu.h" #include "ntqguardedptr.h" diff --git a/examples/tictac/tictac.h b/examples/tictac/tictac.h index 1bf3927e6..ceb7fc506 100644 --- a/examples/tictac/tictac.h +++ b/examples/tictac/tictac.h @@ -12,7 +12,7 @@ #include -#include +#include class TQComboBox; class TQLabel; diff --git a/examples/xml/tagreader-with-features/structureparser.h b/examples/xml/tagreader-with-features/structureparser.h index 56b7b5fc9..e1aa81593 100644 --- a/examples/xml/tagreader-with-features/structureparser.h +++ b/examples/xml/tagreader-with-features/structureparser.h @@ -5,7 +5,7 @@ #define STRUCTUREPARSER_H #include -#include +#include class TQListView; class TQListViewItem; -- cgit v1.2.1