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 --- doc/html/sql-overview-create_connections-main-cpp.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/html/sql-overview-create_connections-main-cpp.html') diff --git a/doc/html/sql-overview-create_connections-main-cpp.html b/doc/html/sql-overview-create_connections-main-cpp.html index ed917270c..5f54c2084 100644 --- a/doc/html/sql-overview-create_connections-main-cpp.html +++ b/doc/html/sql-overview-create_connections-main-cpp.html @@ -43,7 +43,7 @@ body { background: #ffffff; color: black; } *****************************************************************************/ #include <ntqapplication.h> -#include <ntqsqldatabase.h> +#include <tqsqldatabase.h> #include "../connection.h" int main( int argc, char *argv[] ) @@ -52,7 +52,7 @@ int main( int argc, char *argv[] ) if ( createConnections() ) { // Databases successfully opened; get pointers to them: - TQSqlDatabase *oracledb = TQSqlDatabase::database( "ORACLE" ); + TQSqlDatabase *oracledb = TQSqlDatabase::database( "ORACLE" ); // Now we can now issue SQL commands to the oracle connection // or to the default connection } -- cgit v1.2.3