summaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
authorMichele Calgaro <[email protected]>2024-06-06 12:20:38 +0900
committerMichele Calgaro <[email protected]>2024-06-06 12:20:38 +0900
commit0881ed5059c46ce73e8241e6260b82b92f6d0e55 (patch)
tree6d1d4883cc07ad22b11017d0714d4c26e1ce1b94 /examples
parent1f0ce8533cc837aa2d4155b5fc17d2004bed0197 (diff)
downloadtqt3-0881ed5059c46ce73e8241e6260b82b92f6d0e55.tar.gz
tqt3-0881ed5059c46ce73e8241e6260b82b92f6d0e55.zip
Rename ptr nt* related files to equivalent tq*
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'examples')
-rw-r--r--examples/customlayout/border.h2
-rw-r--r--examples/customlayout/card.h2
-rw-r--r--examples/customlayout/flow.h2
-rw-r--r--examples/demo/qasteroids/ledmeter.h2
-rw-r--r--examples/demo/qasteroids/view.h2
-rw-r--r--examples/helpdemo/helpdemo.h2
-rw-r--r--examples/listviews/listviews.h2
-rw-r--r--examples/mdi/application.h2
-rw-r--r--examples/qwerty/qwerty.cpp2
-rw-r--r--examples/tetrix/qdragapp.cpp2
-rw-r--r--examples/tictac/tictac.h2
-rw-r--r--examples/xml/tagreader-with-features/structureparser.h2
12 files changed, 12 insertions, 12 deletions
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 <ntqlayout.h>
-#include <ntqptrlist.h>
+#include <tqptrlist.h>
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 <ntqlayout.h>
-#include <ntqptrlist.h>
+#include <tqptrlist.h>
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 <ntqlayout.h>
-#include <ntqptrlist.h>
+#include <tqptrlist.h>
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 <ntqframe.h>
-#include <ntqptrlist.h>
+#include <tqptrlist.h>
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 <tqwidget.h>
-#include <ntqptrlist.h>
+#include <tqptrlist.h>
#include <ntqintdict.h>
#include <ntqtimer.h>
#include <tqcanvas.h>
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 <ntqptrdict.h>
+#include <tqptrdict.h>
#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 <ntqstring.h>
#include <tqobject.h>
#include <ntqdatetime.h>
-#include <ntqptrlist.h>
+#include <tqptrlist.h>
#include <ntqlistview.h>
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 <ntqmainwindow.h>
-#include <ntqptrlist.h>
+#include <tqptrlist.h>
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 <ntqpainter.h>
#include <ntqmessagebox.h>
#include <ntqpaintdevicemetrics.h>
-#include <ntqptrlist.h>
+#include <tqptrlist.h>
#include <ntqfontdialog.h>
#include <ntqtextcodec.h>
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 <ntqpushbutton.h>
-#include <ntqptrvector.h>
+#include <tqptrvector.h>
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 <tqxml.h>
-#include <ntqptrstack.h>
+#include <tqptrstack.h>
class TQListView;
class TQListViewItem;