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/progressbar-example.html | |
parent | c55ef27a2c511c29a8a82d00bd2ede1fb02cfa41 (diff) | |
download | tqt3-82ecd83484c9fa1ede059986ab771e74e33e68ef.tar.gz tqt3-82ecd83484c9fa1ede059986ab771e74e33e68ef.zip |
Rename layout nt* related files to equivalent tq*
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/html/progressbar-example.html')
-rw-r--r-- | doc/html/progressbar-example.html | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/doc/html/progressbar-example.html b/doc/html/progressbar-example.html index 54a1e21ff..5b40c64ff 100644 --- a/doc/html/progressbar-example.html +++ b/doc/html/progressbar-example.html @@ -96,7 +96,7 @@ protected slots: #include <<a href="tqradiobutton-h.html">tqradiobutton.h</a>> #include <<a href="tqpushbutton-h.html">tqpushbutton.h</a>> #include <<a href="tqprogressbar-h.html">tqprogressbar.h</a>> -#include <<a href="qlayout-h.html">ntqlayout.h</a>> +#include <<a href="tqlayout-h.html">tqlayout.h</a>> #include <<a href="qmotifstyle-h.html">ntqmotifstyle.h</a>> @@ -121,19 +121,19 @@ protected slots: slow = new <a href="tqradiobutton.html">TQRadioButton</a>( "S&low", this ); normal = new <a href="tqradiobutton.html">TQRadioButton</a>( "&Normal", this ); fast = new <a href="tqradiobutton.html">TQRadioButton</a>( "&Fast", this ); - <a href="qvboxlayout.html">TQVBoxLayout</a>* vb1 = new <a href="qvboxlayout.html">TQVBoxLayout</a>; + <a href="tqvboxlayout.html">TQVBoxLayout</a>* vb1 = new <a href="tqvboxlayout.html">TQVBoxLayout</a>; <a name="x964"></a> toplayout-><a href="tqgridlayout.html#addLayout">addLayout</a>( vb1, 0, 0 ); - vb1-><a href="qboxlayout.html#addWidget">addWidget</a>( slow ); - vb1-><a href="qboxlayout.html#addWidget">addWidget</a>( normal ); - vb1-><a href="qboxlayout.html#addWidget">addWidget</a>( fast ); + vb1-><a href="tqboxlayout.html#addWidget">addWidget</a>( slow ); + vb1-><a href="tqboxlayout.html#addWidget">addWidget</a>( normal ); + vb1-><a href="tqboxlayout.html#addWidget">addWidget</a>( fast ); // two push buttons, one for start, for for reset. start = new <a href="tqpushbutton.html">TQPushButton</a>( "&Start", this ); reset = new <a href="tqpushbutton.html">TQPushButton</a>( "&Reset", this ); - <a href="qvboxlayout.html">TQVBoxLayout</a>* vb2 = new <a href="qvboxlayout.html">TQVBoxLayout</a>; + <a href="tqvboxlayout.html">TQVBoxLayout</a>* vb2 = new <a href="tqvboxlayout.html">TQVBoxLayout</a>; toplayout-><a href="tqgridlayout.html#addLayout">addLayout</a>( vb2, 0, 1 ); - vb2-><a href="qboxlayout.html#addWidget">addWidget</a>( start ); - vb2-><a href="qboxlayout.html#addWidget">addWidget</a>( reset ); + vb2-><a href="tqboxlayout.html#addWidget">addWidget</a>( start ); + vb2-><a href="tqboxlayout.html#addWidget">addWidget</a>( reset ); // Create the progressbar progress = new <a href="tqprogressbar.html">TQProgressBar</a>( 100, this ); |