diff options
author | Michele Calgaro <[email protected]> | 2024-08-16 19:11:00 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2024-08-16 19:11:00 +0900 |
commit | 82ecd83484c9fa1ede059986ab771e74e33e68ef (patch) | |
tree | d0e76f19632bb02fc55028625bdb903902e1bac1 /doc/html/popup-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 <[email protected]>
Diffstat (limited to 'doc/html/popup-example.html')
-rw-r--r-- | doc/html/popup-example.html | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/html/popup-example.html b/doc/html/popup-example.html index c4ff23345..76a0fba05 100644 --- a/doc/html/popup-example.html +++ b/doc/html/popup-example.html @@ -112,7 +112,7 @@ private: #include "popup.h" #include <<a href="qapplication-h.html">ntqapplication.h</a>> -#include <<a href="qlayout-h.html">ntqlayout.h</a>> +#include <<a href="tqlayout-h.html">tqlayout.h</a>> <a name="f468"></a>FancyPopup::FancyPopup( <a href="tqwidget.html">TQWidget</a>* parent, const char* name ): <a href="tqlabel.html">TQLabel</a>( parent, name, WType_Popup ){ @@ -171,12 +171,12 @@ void <a name="f469"></a>FancyPopup::popup( <a href="tqwidget.html">TQWidget</a>* button2 = new <a href="tqpushbutton.html">TQPushButton</a>("Fancy Popup", this); <a name="x1606"></a> <a href="tqobject.html#connect">connect</a> ( button2, TQ_SIGNAL( <a href="tqbutton.html#pressed">pressed</a>() ), TQ_SLOT( button2Pressed() ) ); - <a href="qboxlayout.html">TQBoxLayout</a> * l = new <a href="qhboxlayout.html">TQHBoxLayout</a>( this ); + <a href="tqboxlayout.html">TQBoxLayout</a> * l = new <a href="tqhboxlayout.html">TQHBoxLayout</a>( this ); <a name="x1627"></a><a name="x1614"></a> button1-><a href="tqwidget.html#setMaximumSize">setMaximumSize</a>(button1-><a href="tqwidget.html#sizeHint">sizeHint</a>()); button2-><a href="tqwidget.html#setMaximumSize">setMaximumSize</a>(button2-><a href="tqwidget.html#sizeHint">sizeHint</a>()); - l-><a href="qboxlayout.html#addWidget">addWidget</a>( button1 ); - l-><a href="qboxlayout.html#addWidget">addWidget</a>( button2 ); -<a name="x1609"></a> l-><a href="ntqlayout.html#activate">activate</a>(); + l-><a href="tqboxlayout.html#addWidget">addWidget</a>( button1 ); + l-><a href="tqboxlayout.html#addWidget">addWidget</a>( button2 ); +<a name="x1609"></a> l-><a href="tqlayout.html#activate">activate</a>(); <a name="x1613"></a>// button1-><a href="tqwidget.html#setGeometry">setGeometry</a>(20,20,100,30); // button2-><a href="tqwidget.html#setGeometry">setGeometry</a>(140,20,100,30); |