diff options
Diffstat (limited to 'doc/html/sql-overview-form1-main-cpp.html')
| -rw-r--r-- | doc/html/sql-overview-form1-main-cpp.html | 10 | 
1 files changed, 5 insertions, 5 deletions
| diff --git a/doc/html/sql-overview-form1-main-cpp.html b/doc/html/sql-overview-form1-main-cpp.html index 8f8dd8c91..122ced96f 100644 --- a/doc/html/sql-overview-form1-main-cpp.html +++ b/doc/html/sql-overview-form1-main-cpp.html @@ -43,16 +43,16 @@ body { background: #ffffff; color: black; }  *****************************************************************************/  #include <<a href="qapplication-h.html">ntqapplication.h</a>> -#include <<a href="qdialog-h.html">ntqdialog.h</a>> +#include <<a href="tqdialog-h.html">tqdialog.h</a>>  #include <<a href="tqlabel-h.html">tqlabel.h</a>>  #include <<a href="qlayout-h.html">ntqlayout.h</a>> -#include <<a href="qlineedit-h.html">ntqlineedit.h</a>> +#include <<a href="tqlineedit-h.html">tqlineedit.h</a>>  #include <<a href="tqsqldatabase-h.html">tqsqldatabase.h</a>>  #include <<a href="tqsqlcursor-h.html">tqsqlcursor.h</a>>  #include <<a href="tqsqlform-h.html">tqsqlform.h</a>>  #include "../connection.h" -class FormDialog : public <a href="ntqdialog.html">TQDialog</a> +class FormDialog : public <a href="tqdialog.html">TQDialog</a>  {      public:          FormDialog(); @@ -66,7 +66,7 @@ class FormDialog : public <a href="ntqdialog.html">TQDialog</a>      <a href="tqlabel.html">TQLabel</a> *surnameLabel    = new <a href="tqlabel.html">TQLabel</a>( "Surname:", this );      <a href="tqlabel.html">TQLabel</a> *surnameDisplay  = new <a href="tqlabel.html">TQLabel</a>( this );      <a href="tqlabel.html">TQLabel</a> *salaryLabel     = new <a href="tqlabel.html">TQLabel</a>( "Salary:", this ); -    <a href="ntqlineedit.html">TQLineEdit</a> *salaryEdit   = new <a href="ntqlineedit.html">TQLineEdit</a>( this ); +    <a href="tqlineedit.html">TQLineEdit</a> *salaryEdit   = new <a href="tqlineedit.html">TQLineEdit</a>( this );      <a href="qgridlayout.html">TQGridLayout</a> *grid = new <a href="qgridlayout.html">TQGridLayout</a>( this );      grid-><a href="qgridlayout.html#addWidget">addWidget</a>( forenameLabel,     0, 0 ); @@ -97,7 +97,7 @@ int main( int argc, char *argv[] )      if ( ! createConnections() ) return 1;      FormDialog *formDialog = new FormDialog(); -    formDialog-><a href="ntqdialog.html#show">show</a>(); +    formDialog-><a href="tqdialog.html#show">show</a>();      app.<a href="ntqapplication.html#setMainWidget">setMainWidget</a>( formDialog );      return app.<a href="ntqapplication.html#exec">exec</a>(); | 
