diff options
Diffstat (limited to 'doc/html/tqdir-example.html')
-rw-r--r-- | doc/html/tqdir-example.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/html/tqdir-example.html b/doc/html/tqdir-example.html index f1a96f07e..20c8bab2f 100644 --- a/doc/html/tqdir-example.html +++ b/doc/html/tqdir-example.html @@ -53,7 +53,7 @@ body { background: #ffffff; color: black; } #include <<a href="tqfileinfo-h.html">tqfileinfo.h</a>> #include <<a href="tqfile-h.html">tqfile.h</a>> #include <<a href="tqtextstream-h.html">tqtextstream.h</a>> -#include <<a href="qhbox-h.html">ntqhbox.h</a>> +#include <<a href="tqhbox-h.html">tqhbox.h</a>> #include <<a href="tqspinbox-h.html">tqspinbox.h</a>> #include <<a href="tqlabel-h.html">tqlabel.h</a>> #include <<a href="tqmultilineedit-h.html">tqmultilineedit.h</a>> @@ -199,12 +199,12 @@ void <a name="f498"></a>Preview::showPreview( const <a href="tqurl.html">TQUrl</ // **************************************************************************************************** <a name="f499"></a>PreviewWidget::PreviewWidget( <a href="tqwidget.html">TQWidget</a> *parent ) - : <a href="ntqvbox.html">TQVBox</a>( parent ), TQFilePreview() + : <a href="tqvbox.html">TQVBox</a>( parent ), TQFilePreview() { setSpacing( 5 ); setMargin( 5 ); - <a href="ntqhbox.html">TQHBox</a> *row = new <a href="ntqhbox.html">TQHBox</a>( this ); -<a name="x1826"></a> row-><a href="ntqhbox.html#setSpacing">setSpacing</a>( 5 ); + <a href="tqhbox.html">TQHBox</a> *row = new <a href="tqhbox.html">TQHBox</a>( this ); +<a name="x1826"></a> row-><a href="tqhbox.html#setSpacing">setSpacing</a>( 5 ); (void)new <a href="tqlabel.html">TQLabel</a>( <a href="tqobject.html#tr">tr</a>( "Only show files smaller than: " ), row ); sizeSpinBox = new <a href="tqspinbox.html">TQSpinBox</a>( 1, 10000, 1, row ); <a name="x1838"></a> sizeSpinBox-><a href="tqspinbox.html#setSuffix">setSuffix</a>( " KB" ); |