summaryrefslogtreecommitdiffstats
path: root/doc/html/tqdir-example.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/tqdir-example.html')
-rw-r--r--doc/html/tqdir-example.html8
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 &lt;<a href="tqfileinfo-h.html">tqfileinfo.h</a>&gt;
#include &lt;<a href="tqfile-h.html">tqfile.h</a>&gt;
#include &lt;<a href="tqtextstream-h.html">tqtextstream.h</a>&gt;
-#include &lt;<a href="qhbox-h.html">ntqhbox.h</a>&gt;
+#include &lt;<a href="tqhbox-h.html">tqhbox.h</a>&gt;
#include &lt;<a href="tqspinbox-h.html">tqspinbox.h</a>&gt;
#include &lt;<a href="tqlabel-h.html">tqlabel.h</a>&gt;
#include &lt;<a href="tqmultilineedit-h.html">tqmultilineedit.h</a>&gt;
@@ -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-&gt;<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-&gt;<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-&gt;<a href="tqspinbox.html#setSuffix">setSuffix</a>( " KB" );