summaryrefslogtreecommitdiffstats
path: root/examples/table/statistics
diff options
context:
space:
mode:
authorMichele Calgaro <[email protected]>2024-08-12 22:02:11 +0900
committerMichele Calgaro <[email protected]>2024-08-12 22:02:11 +0900
commit42957a3f812a1db64a9ae452baa2d3fbc35f2466 (patch)
tree0928f4e01a3dcc0698b46c7608d8310e471bdb49 /examples/table/statistics
parentfef846914f8db6dc117e206ef913d519bf6bb33e (diff)
downloadtqt3-42957a3f812a1db64a9ae452baa2d3fbc35f2466.tar.gz
tqt3-42957a3f812a1db64a9ae452baa2d3fbc35f2466.zip
Rename more widget nt* related files to equivalent tq*
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'examples/table/statistics')
-rw-r--r--examples/table/statistics/statistics.cpp2
-rw-r--r--examples/table/statistics/statistics.doc2
-rw-r--r--examples/table/statistics/statistics.h2
3 files changed, 3 insertions, 3 deletions
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