From 42957a3f812a1db64a9ae452baa2d3fbc35f2466 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Mon, 12 Aug 2024 22:02:11 +0900 Subject: Rename more widget nt* related files to equivalent tq* Signed-off-by: Michele Calgaro --- examples/table/statistics/statistics.cpp | 2 +- examples/table/statistics/statistics.doc | 2 +- examples/table/statistics/statistics.h | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'examples/table/statistics') 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 #include -#include +#include #include #include 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.
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 +#include #include class TableItem : public TQTableItem -- cgit v1.2.1