summaryrefslogtreecommitdiffstats
path: root/doc/html/sql-overview-create_connections-main-cpp.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/sql-overview-create_connections-main-cpp.html')
-rw-r--r--doc/html/sql-overview-create_connections-main-cpp.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/html/sql-overview-create_connections-main-cpp.html b/doc/html/sql-overview-create_connections-main-cpp.html
index de9b96216..ed917270c 100644
--- a/doc/html/sql-overview-create_connections-main-cpp.html
+++ b/doc/html/sql-overview-create_connections-main-cpp.html
@@ -42,17 +42,17 @@ body { background: #ffffff; color: black; }
**
*****************************************************************************/
-#include &lt;<a href="qapplication-h.html">qapplication.h</a>&gt;
-#include &lt;<a href="qsqldatabase-h.html">qsqldatabase.h</a>&gt;
+#include &lt;<a href="qapplication-h.html">ntqapplication.h</a>&gt;
+#include &lt;<a href="qsqldatabase-h.html">ntqsqldatabase.h</a>&gt;
#include "../connection.h"
int main( int argc, char *argv[] )
{
- <a href="qapplication.html">TQApplication</a> app( argc, argv, FALSE );
+ <a href="ntqapplication.html">TQApplication</a> app( argc, argv, FALSE );
if ( createConnections() ) {
// Databases successfully opened; get pointers to them:
- <a href="qsqldatabase.html">TQSqlDatabase</a> *oracledb = TQSqlDatabase::<a href="qsqldatabase.html#database">database</a>( "ORACLE" );
+ <a href="ntqsqldatabase.html">TQSqlDatabase</a> *oracledb = TQSqlDatabase::<a href="ntqsqldatabase.html#database">database</a>( "ORACLE" );
// Now we can now issue SQL commands to the oracle connection
// or to the default connection
}