diff options
author | Michele Calgaro <[email protected]> | 2024-07-24 19:37:05 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2024-07-24 19:37:05 +0900 |
commit | 0e787fb7f5b56b4fe87cd8ada64ae740bbca87bc (patch) | |
tree | be5eda50c23980aa4b44de1e8b2e209c6c02d2d1 /doc/html/tqdir-example.html | |
parent | 1e9fa8e06de5da7fcc268e9cccb2d6b21c5f53a3 (diff) | |
download | tqt3-0e787fb7f5b56b4fe87cd8ada64ae740bbca87bc.tar.gz tqt3-0e787fb7f5b56b4fe87cd8ada64ae740bbca87bc.zip |
Rename text class nt* related files to equivalent tq*
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'doc/html/tqdir-example.html')
-rw-r--r-- | doc/html/tqdir-example.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/html/tqdir-example.html b/doc/html/tqdir-example.html index c85843346..558f107fa 100644 --- a/doc/html/tqdir-example.html +++ b/doc/html/tqdir-example.html @@ -55,7 +55,7 @@ body { background: #ffffff; color: black; } #include <<a href="tqtextstream-h.html">tqtextstream.h</a>> #include <<a href="qhbox-h.html">ntqhbox.h</a>> #include <<a href="qspinbox-h.html">ntqspinbox.h</a>> -#include <<a href="qlabel-h.html">ntqlabel.h</a>> +#include <<a href="tqlabel-h.html">tqlabel.h</a>> #include <<a href="qmultilineedit-h.html">ntqmultilineedit.h</a>> #include <<a href="qheader-h.html">ntqheader.h</a>> #include <<a href="qevent-h.html">ntqevent.h</a>> @@ -205,7 +205,7 @@ void <a name="f498"></a>Preview::showPreview( const <a href="tqurl.html">TQUrl</ 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 ); - (void)new <a href="ntqlabel.html">TQLabel</a>( <a href="tqobject.html#tr">tr</a>( "Only show files smaller than: " ), row ); + (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="ntqspinbox.html">TQSpinBox</a>( 1, 10000, 1, row ); <a name="x1838"></a> sizeSpinBox-><a href="ntqspinbox.html#setSuffix">setSuffix</a>( " KB" ); <a name="x1839"></a> sizeSpinBox-><a href="ntqspinbox.html#setValue">setValue</a>( 64 ); |