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.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 d2523b18f..b1dadfaa5 100644
--- a/doc/html/sql-overview-create_connections-main-cpp.html
+++ b/doc/html/sql-overview-create_connections-main-cpp.html
@@ -41,13 +41,13 @@ body { background: #ffffff; color: black; }
**
*****************************************************************************/
-#include &lt;<a href="qapplication-h.html">ntqapplication.h</a>&gt;
+#include &lt;<a href="tqapplication-h.html">tqapplication.h</a>&gt;
#include &lt;<a href="tqsqldatabase-h.html">tqsqldatabase.h</a>&gt;
#include "../connection.h"
int main( int argc, char *argv[] )
{
- <a href="ntqapplication.html">TQApplication</a> app( argc, argv, FALSE );
+ <a href="tqapplication.html">TQApplication</a> app( argc, argv, FALSE );
if ( createConnections() ) {
// Databases successfully opened; get pointers to them: