diff options
Diffstat (limited to 'doc/html/lineedits-example.html')
| -rw-r--r-- | doc/html/lineedits-example.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/html/lineedits-example.html b/doc/html/lineedits-example.html index 08f2be656..15c3d8422 100644 --- a/doc/html/lineedits-example.html +++ b/doc/html/lineedits-example.html @@ -93,7 +93,7 @@ protected slots: #include <<a href="tqlineedit-h.html">tqlineedit.h</a>> #include <<a href="tqcombobox-h.html">tqcombobox.h</a>> -#include <<a href="qframe-h.html">ntqframe.h</a>> +#include <<a href="tqframe-h.html">tqframe.h</a>> #include <<a href="qvalidator-h.html">ntqvalidator.h</a>> #include <<a href="tqlabel-h.html">tqlabel.h</a>> #include <<a href="qlayout-h.html">ntqlayout.h</a>> @@ -108,7 +108,7 @@ protected slots: <a name="f219"></a>LineEdits::LineEdits( <a href="tqwidget.html">TQWidget</a> *parent, const char *name ) : <a href="ntqgroupbox.html">TQGroupBox</a>( 0, Horizontal, "Line edits", parent, name ) { - <a href="ntqframe.html#setMargin">setMargin</a>( 10 ); + <a href="tqframe.html#setMargin">setMargin</a>( 10 ); <a href="qvboxlayout.html">TQVBoxLayout</a>* box = new <a href="qvboxlayout.html">TQVBoxLayout</a>( <a href="tqwidget.html#layout">layout</a>() ); @@ -202,7 +202,7 @@ protected slots: // last widget used for layouting <a href="ntqhbox.html">TQHBox</a> *row5 = new <a href="ntqhbox.html">TQHBox</a>( this ); box-><a href="qboxlayout.html#addWidget">addWidget</a>( row5 ); - row5-><a href="ntqframe.html#setMargin">setMargin</a>( 5 ); + row5-><a href="tqframe.html#setMargin">setMargin</a>( 5 ); // last label (void)new <a href="tqlabel.html">TQLabel</a>( "Read-Only: ", row5 ); |
