diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-08-16 19:11:00 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-08-16 19:11:00 +0900 |
| commit | 82ecd83484c9fa1ede059986ab771e74e33e68ef (patch) | |
| tree | d0e76f19632bb02fc55028625bdb903902e1bac1 /doc/html/t7-main-cpp.html | |
| parent | c55ef27a2c511c29a8a82d00bd2ede1fb02cfa41 (diff) | |
| download | tqt-82ecd83484c9fa1ede059986ab771e74e33e68ef.tar.gz tqt-82ecd83484c9fa1ede059986ab771e74e33e68ef.zip | |
Rename layout nt* related files to equivalent tq*
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/html/t7-main-cpp.html')
| -rw-r--r-- | doc/html/t7-main-cpp.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/html/t7-main-cpp.html b/doc/html/t7-main-cpp.html index 729fa5f01..35ce860c2 100644 --- a/doc/html/t7-main-cpp.html +++ b/doc/html/t7-main-cpp.html @@ -42,13 +42,13 @@ body { background: #ffffff; color: black; } #include <<a href="tqpushbutton-h.html">tqpushbutton.h</a>> #include <<a href="tqlcdnumber-h.html">tqlcdnumber.h</a>> #include <<a href="tqfont-h.html">tqfont.h</a>> -#include <<a href="qvbox-h.html">ntqvbox.h</a>> +#include <<a href="tqvbox-h.html">tqvbox.h</a>> #include <<a href="tqgrid-h.html">tqgrid.h</a>> #include "lcdrange.h" -class MyWidget : public <a href="ntqvbox.html">TQVBox</a> +class MyWidget : public <a href="tqvbox.html">TQVBox</a> { public: MyWidget( <a href="tqwidget.html">TQWidget</a> *parent=0, const char *name=0 ); @@ -56,7 +56,7 @@ public: <a name="f29"></a>MyWidget::MyWidget( <a href="tqwidget.html">TQWidget</a> *parent, const char *name ) - : <a href="ntqvbox.html">TQVBox</a>( parent, name ) + : <a href="tqvbox.html">TQVBox</a>( parent, name ) { <a href="tqpushbutton.html">TQPushButton</a> *quit = new <a href="tqpushbutton.html">TQPushButton</a>( "Quit", this, "quit" ); quit-><a href="tqwidget.html#setFont">setFont</a>( TQFont( "Times", 18, TQFont::Bold ) ); |
