summaryrefslogtreecommitdiffstats
path: root/doc/html/sql-overview-extract-main-cpp.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/sql-overview-extract-main-cpp.html')
-rw-r--r--doc/html/sql-overview-extract-main-cpp.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/html/sql-overview-extract-main-cpp.html b/doc/html/sql-overview-extract-main-cpp.html
index 3d6408fd..142a427c 100644
--- a/doc/html/sql-overview-extract-main-cpp.html
+++ b/doc/html/sql-overview-extract-main-cpp.html
@@ -68,7 +68,7 @@ int main( int argc, char *argv[] )
int id = cur.<a href="ntqsqlquery.html#value">value</a>( "id" ).toInt();
<a href="ntqstring.html">TQString</a> name = cur.<a href="ntqsqlquery.html#value">value</a>( "forename" ).toString() + " " +
cur.<a href="ntqsqlquery.html#value">value</a>( "surname" ).toString();
- <a href="ntqapplication.html#qDebug">qDebug</a>( TQString::<a href="ntqstring.html#number">number</a>( id ) + ": " + name );
+ <a href="ntqapplication.html#qDebug">tqDebug</a>( TQString::<a href="ntqstring.html#number">number</a>( id ) + ": " + name );
}
}