diff options
Diffstat (limited to 'doc/html/sql-overview-form1-main-cpp.html')
-rw-r--r-- | doc/html/sql-overview-form1-main-cpp.html | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/doc/html/sql-overview-form1-main-cpp.html b/doc/html/sql-overview-form1-main-cpp.html index 891f07b52..8f8dd8c91 100644 --- a/doc/html/sql-overview-form1-main-cpp.html +++ b/doc/html/sql-overview-form1-main-cpp.html @@ -44,7 +44,7 @@ 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="qlabel-h.html">ntqlabel.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="tqsqldatabase-h.html">tqsqldatabase.h</a>> @@ -61,11 +61,11 @@ class FormDialog : public <a href="ntqdialog.html">TQDialog</a> <a name="f15"></a>FormDialog::FormDialog() { - <a href="ntqlabel.html">TQLabel</a> *forenameLabel = new <a href="ntqlabel.html">TQLabel</a>( "Forename:", this ); - <a href="ntqlabel.html">TQLabel</a> *forenameDisplay = new <a href="ntqlabel.html">TQLabel</a>( this ); - <a href="ntqlabel.html">TQLabel</a> *surnameLabel = new <a href="ntqlabel.html">TQLabel</a>( "Surname:", this ); - <a href="ntqlabel.html">TQLabel</a> *surnameDisplay = new <a href="ntqlabel.html">TQLabel</a>( this ); - <a href="ntqlabel.html">TQLabel</a> *salaryLabel = new <a href="ntqlabel.html">TQLabel</a>( "Salary:", this ); + <a href="tqlabel.html">TQLabel</a> *forenameLabel = new <a href="tqlabel.html">TQLabel</a>( "Forename:", this ); + <a href="tqlabel.html">TQLabel</a> *forenameDisplay = new <a href="tqlabel.html">TQLabel</a>( this ); + <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="qgridlayout.html">TQGridLayout</a> *grid = new <a href="qgridlayout.html">TQGridLayout</a>( this ); |