diff options
Diffstat (limited to 'doc/html/addressbook-example.html')
-rw-r--r-- | doc/html/addressbook-example.html | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/doc/html/addressbook-example.html b/doc/html/addressbook-example.html index c6210bcbe..0c6181e81 100644 --- a/doc/html/addressbook-example.html +++ b/doc/html/addressbook-example.html @@ -284,10 +284,10 @@ protected: #include <<a href="qlistview-h.html">ntqlistview.h</a>> #include <<a href="qlayout-h.html">ntqlayout.h</a>> #include <<a href="tqwidget-h.html">tqwidget.h</a>> -#include <<a href="qlabel-h.html">ntqlabel.h</a>> +#include <<a href="tqlabel-h.html">tqlabel.h</a>> #include <<a href="qpushbutton-h.html">ntqpushbutton.h</a>> #include <<a href="qlineedit-h.html">ntqlineedit.h</a>> -#include <<a href="qlabel-h.html">ntqlabel.h</a>> +#include <<a href="tqlabel-h.html">tqlabel.h</a>> #include <<a href="qcheckbox-h.html">ntqcheckbox.h</a>> #include <<a href="tqfile-h.html">tqfile.h</a>> #include <<a href="tqtextstream-h.html">tqtextstream.h</a>> @@ -352,19 +352,19 @@ void <a name="f277"></a>ABCentralWidget::setupTabWidget() <a href="tqwidget.html">TQWidget</a> *input = new <a href="tqwidget.html">TQWidget</a>( tabWidget ); <a href="qgridlayout.html">TQGridLayout</a> *grid1 = new <a href="qgridlayout.html">TQGridLayout</a>( input, 2, 5, 5, 5 ); - <a href="ntqlabel.html">TQLabel</a> *liFirstName = new <a href="ntqlabel.html">TQLabel</a>( "First &Name", input ); + <a href="tqlabel.html">TQLabel</a> *liFirstName = new <a href="tqlabel.html">TQLabel</a>( "First &Name", input ); <a name="x604"></a><a name="x581"></a> liFirstName-><a href="tqwidget.html#resize">resize</a>( liFirstName-><a href="tqwidget.html#sizeHint">sizeHint</a>() ); <a name="x578"></a> grid1-><a href="qgridlayout.html#addWidget">addWidget</a>( liFirstName, 0, 0 ); - <a href="ntqlabel.html">TQLabel</a> *liLastName = new <a href="ntqlabel.html">TQLabel</a>( "&Last Name", input ); + <a href="tqlabel.html">TQLabel</a> *liLastName = new <a href="tqlabel.html">TQLabel</a>( "&Last Name", input ); liLastName-><a href="tqwidget.html#resize">resize</a>( liLastName-><a href="tqwidget.html#sizeHint">sizeHint</a>() ); grid1-><a href="qgridlayout.html#addWidget">addWidget</a>( liLastName, 0, 1 ); - <a href="ntqlabel.html">TQLabel</a> *liAddress = new <a href="ntqlabel.html">TQLabel</a>( "Add&ress", input ); + <a href="tqlabel.html">TQLabel</a> *liAddress = new <a href="tqlabel.html">TQLabel</a>( "Add&ress", input ); liAddress-><a href="tqwidget.html#resize">resize</a>( liAddress-><a href="tqwidget.html#sizeHint">sizeHint</a>() ); grid1-><a href="qgridlayout.html#addWidget">addWidget</a>( liAddress, 0, 2 ); - <a href="ntqlabel.html">TQLabel</a> *liEMail = new <a href="ntqlabel.html">TQLabel</a>( "&E-Mail", input ); + <a href="tqlabel.html">TQLabel</a> *liEMail = new <a href="tqlabel.html">TQLabel</a>( "&E-Mail", input ); liEMail-><a href="tqwidget.html#resize">resize</a>( liEMail-><a href="tqwidget.html#sizeHint">sizeHint</a>() ); grid1-><a href="qgridlayout.html#addWidget">addWidget</a>( liEMail, 0, 3 ); @@ -376,22 +376,22 @@ void <a name="f277"></a>ABCentralWidget::setupTabWidget() iFirstName = new <a href="ntqlineedit.html">TQLineEdit</a>( input ); <a name="x583"></a> iFirstName-><a href="tqwidget.html#resize">resize</a>( iFirstName-><a href="ntqlineedit.html#sizeHint">sizeHint</a>() ); grid1-><a href="qgridlayout.html#addWidget">addWidget</a>( iFirstName, 1, 0 ); -<a name="x580"></a> liFirstName-><a href="ntqlabel.html#setBuddy">setBuddy</a>( iFirstName ); +<a name="x580"></a> liFirstName-><a href="tqlabel.html#setBuddy">setBuddy</a>( iFirstName ); iLastName = new <a href="ntqlineedit.html">TQLineEdit</a>( input ); iLastName-><a href="tqwidget.html#resize">resize</a>( iLastName-><a href="ntqlineedit.html#sizeHint">sizeHint</a>() ); grid1-><a href="qgridlayout.html#addWidget">addWidget</a>( iLastName, 1, 1 ); - liLastName-><a href="ntqlabel.html#setBuddy">setBuddy</a>( iLastName ); + liLastName-><a href="tqlabel.html#setBuddy">setBuddy</a>( iLastName ); iAddress = new <a href="ntqlineedit.html">TQLineEdit</a>( input ); iAddress-><a href="tqwidget.html#resize">resize</a>( iAddress-><a href="ntqlineedit.html#sizeHint">sizeHint</a>() ); grid1-><a href="qgridlayout.html#addWidget">addWidget</a>( iAddress, 1, 2 ); - liAddress-><a href="ntqlabel.html#setBuddy">setBuddy</a>( iAddress ); + liAddress-><a href="tqlabel.html#setBuddy">setBuddy</a>( iAddress ); iEMail = new <a href="ntqlineedit.html">TQLineEdit</a>( input ); iEMail-><a href="tqwidget.html#resize">resize</a>( iEMail-><a href="ntqlineedit.html#sizeHint">sizeHint</a>() ); grid1-><a href="qgridlayout.html#addWidget">addWidget</a>( iEMail, 1, 3 ); - liEMail-><a href="ntqlabel.html#setBuddy">setBuddy</a>( iEMail ); + liEMail-><a href="tqlabel.html#setBuddy">setBuddy</a>( iEMail ); change = new <a href="ntqpushbutton.html">TQPushButton</a>( "&Change", input ); change-><a href="tqwidget.html#resize">resize</a>( change-><a href="tqwidget.html#sizeHint">sizeHint</a>() ); |