From 5fffa30386502b5423e45c2ed5e6af756b11c7b4 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Tue, 28 May 2024 10:17:01 +0900 Subject: Rename nt* sql related files to equivalent tq* Signed-off-by: Michele Calgaro --- examples/sql/sqltable/main.cpp | 6 +++--- examples/sql/sqltable/sqltable.doc | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'examples/sql/sqltable') diff --git a/examples/sql/sqltable/main.cpp b/examples/sql/sqltable/main.cpp index 5af04d6c5..cda4113d4 100644 --- a/examples/sql/sqltable/main.cpp +++ b/examples/sql/sqltable/main.cpp @@ -8,9 +8,9 @@ *****************************************************************************/ #include -#include -#include -#include +#include +#include +#include #include /* Modify the following to match your environment */ diff --git a/examples/sql/sqltable/sqltable.doc b/examples/sql/sqltable/sqltable.doc index bfa86f551..fb4ad0740 100644 --- a/examples/sql/sqltable/sqltable.doc +++ b/examples/sql/sqltable/sqltable.doc @@ -13,7 +13,7 @@ \ingroup sql-examples \title SQL Table - This example shows how to use a QDataTable to browse data in a SQL database. + This example shows how to use a TQDataTable to browse data in a SQL database.
-- cgit v1.2.3