summaryrefslogtreecommitdiffstats
path: root/examples/table
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-08-12 22:02:11 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-08-12 22:02:11 +0900
commit42957a3f812a1db64a9ae452baa2d3fbc35f2466 (patch)
tree0928f4e01a3dcc0698b46c7608d8310e471bdb49 /examples/table
parentfef846914f8db6dc117e206ef913d519bf6bb33e (diff)
downloadtqt3-42957a3f812a1db64a9ae452baa2d3fbc35f2466.tar.gz
tqt3-42957a3f812a1db64a9ae452baa2d3fbc35f2466.zip
Rename more widget nt* related files to equivalent tq*
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'examples/table')
-rw-r--r--examples/table/bigtable/bigtable.doc2
-rw-r--r--examples/table/bigtable/main.cpp2
-rw-r--r--examples/table/small-table-demo/main.cpp2
-rw-r--r--examples/table/small-table-demo/small-table-demo.doc2
-rw-r--r--examples/table/statistics/statistics.cpp2
-rw-r--r--examples/table/statistics/statistics.doc2
-rw-r--r--examples/table/statistics/statistics.h2
7 files changed, 7 insertions, 7 deletions
diff --git a/examples/table/bigtable/bigtable.doc b/examples/table/bigtable/bigtable.doc
index 5633fe1ea..3ca29b56e 100644
--- a/examples/table/bigtable/bigtable.doc
+++ b/examples/table/bigtable/bigtable.doc
@@ -5,7 +5,7 @@
\ingroup table-examples
- \title How to create a large, sparse QTable
+ \title How to create a large, sparse TQTable
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/table/bigtable/main.cpp b/examples/table/bigtable/main.cpp
index a1226a594..3bb5b9f71 100644
--- a/examples/table/bigtable/main.cpp
+++ b/examples/table/bigtable/main.cpp
@@ -8,7 +8,7 @@
*****************************************************************************/
#include <ntqapplication.h>
-#include <ntqtable.h>
+#include <tqtable.h>
// Table size
diff --git a/examples/table/small-table-demo/main.cpp b/examples/table/small-table-demo/main.cpp
index 65fad0f16..fbd577f85 100644
--- a/examples/table/small-table-demo/main.cpp
+++ b/examples/table/small-table-demo/main.cpp
@@ -8,7 +8,7 @@
*****************************************************************************/
#include <ntqapplication.h>
-#include <ntqtable.h>
+#include <tqtable.h>
#include <tqimage.h>
#include <tqpixmap.h>
#include <tqstringlist.h>
diff --git a/examples/table/small-table-demo/small-table-demo.doc b/examples/table/small-table-demo/small-table-demo.doc
index d2ced77b7..d8a855a50 100644
--- a/examples/table/small-table-demo/small-table-demo.doc
+++ b/examples/table/small-table-demo/small-table-demo.doc
@@ -3,7 +3,7 @@
\ingroup table-examples
\title Small Table Example
- This example displays a QTable and some \l{QTableItem}s.
+ This example displays a TQTable and some \l{TQTableItem}s.
<hr>
diff --git a/examples/table/statistics/statistics.cpp b/examples/table/statistics/statistics.cpp
index 8a906a324..7ab9c0eb9 100644
--- a/examples/table/statistics/statistics.cpp
+++ b/examples/table/statistics/statistics.cpp
@@ -11,7 +11,7 @@
#include <tqdir.h>
#include <tqstringlist.h>
-#include <ntqheader.h>
+#include <tqheader.h>
#include <tqcombobox.h>
#include <stdlib.h>
diff --git a/examples/table/statistics/statistics.doc b/examples/table/statistics/statistics.doc
index 4cd47d897..271e6806c 100644
--- a/examples/table/statistics/statistics.doc
+++ b/examples/table/statistics/statistics.doc
@@ -3,7 +3,7 @@
\ingroup table-examples
\title Table Example
- Another QTable example.
+ Another TQTable example.
<hr>
diff --git a/examples/table/statistics/statistics.h b/examples/table/statistics/statistics.h
index 21d248a7c..4cfdf8fa1 100644
--- a/examples/table/statistics/statistics.h
+++ b/examples/table/statistics/statistics.h
@@ -10,7 +10,7 @@
#ifndef STATISTICS_H
#define STATISTICS_H
-#include <ntqtable.h>
+#include <tqtable.h>
#include <tqcombobox.h>
class TableItem : public TQTableItem