summaryrefslogtreecommitdiffstats
path: root/doc/html/sql-overview-table4-main-cpp.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/sql-overview-table4-main-cpp.html')
-rw-r--r--doc/html/sql-overview-table4-main-cpp.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/html/sql-overview-table4-main-cpp.html b/doc/html/sql-overview-table4-main-cpp.html
index 4337617d8..2ee9b282b 100644
--- a/doc/html/sql-overview-table4-main-cpp.html
+++ b/doc/html/sql-overview-table4-main-cpp.html
@@ -45,7 +45,7 @@ body { background: #ffffff; color: black; }
#include "main.h"
-<a name="f12"></a>StatusPicker::StatusPicker( <a href="ntqwidget.html">TQWidget</a> *parent, const char *name )
+<a name="f12"></a>StatusPicker::StatusPicker( <a href="tqwidget.html">TQWidget</a> *parent, const char *name )
: <a href="ntqcombobox.html">TQComboBox</a>( parent, name )
{
<a href="tqsqlcursor.html">TQSqlCursor</a> cur( "status" );
@@ -99,10 +99,10 @@ void CustomTable::<a href="tqdatatable.html#paintField">paintField</a>( <a href=
TQWidget *CustomSqlEditorFactory::<a href="tqsqleditorfactory.html#createEditor">createEditor</a>(
- <a href="ntqwidget.html">TQWidget</a> *parent, const <a href="tqsqlfield.html">TQSqlField</a> *field )
+ <a href="tqwidget.html">TQWidget</a> *parent, const <a href="tqsqlfield.html">TQSqlField</a> *field )
{
if ( field-&gt;<a href="tqsqlfield.html#name">name</a>() == "statusid" ) {
- <a href="ntqwidget.html">TQWidget</a> *editor = new StatusPicker( parent );
+ <a href="tqwidget.html">TQWidget</a> *editor = new StatusPicker( parent );
return editor;
}
@@ -135,7 +135,7 @@ int main( int argc, char *argv[] )
staffTable-&gt;<a href="tqdatatable.html#setSort">setSort</a>( order );
staffTable-&gt;<a href="tqdatatable.html#refresh">refresh</a>();
- staffTable-&gt;<a href="ntqwidget.html#show">show</a>();
+ staffTable-&gt;<a href="tqwidget.html#show">show</a>();
return app.<a href="ntqapplication.html#exec">exec</a>();
}