summaryrefslogtreecommitdiffstats
path: root/doc/html/sql-overview-create_connections-main-cpp.html
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-05-28 10:17:01 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-05-28 10:17:01 +0900
commit5fffa30386502b5423e45c2ed5e6af756b11c7b4 (patch)
treefa17e10b048e8e13433b861cbe98cf895b2324c7 /doc/html/sql-overview-create_connections-main-cpp.html
parent04913ce7a46fd027856e83a96205fdc388742a19 (diff)
downloadtqt3-5fffa30386502b5423e45c2ed5e6af756b11c7b4.tar.gz
tqt3-5fffa30386502b5423e45c2ed5e6af756b11c7b4.zip
Rename nt* sql related files to equivalent tq*
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/html/sql-overview-create_connections-main-cpp.html')
-rw-r--r--doc/html/sql-overview-create_connections-main-cpp.html4
1 files changed, 2 insertions, 2 deletions
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 &lt;<a href="qapplication-h.html">ntqapplication.h</a>&gt;
-#include &lt;<a href="qsqldatabase-h.html">ntqsqldatabase.h</a>&gt;
+#include &lt;<a href="tqsqldatabase-h.html">tqsqldatabase.h</a>&gt;
#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:
- <a href="ntqsqldatabase.html">TQSqlDatabase</a> *oracledb = TQSqlDatabase::<a href="ntqsqldatabase.html#database">database</a>( "ORACLE" );
+ <a href="tqsqldatabase.html">TQSqlDatabase</a> *oracledb = TQSqlDatabase::<a href="tqsqldatabase.html#database">database</a>( "ORACLE" );
// Now we can now issue SQL commands to the oracle connection
// or to the default connection
}