diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-07-29 12:43:23 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-07-29 12:43:23 +0900 |
commit | fef846914f8db6dc117e206ef913d519bf6bb33e (patch) | |
tree | d6567b31f7f22d0c8c66eec947dff1960efa25ac /doc/html/layout.html | |
parent | 8ef4ea451dd81dd66b34ed31aaa631f6df24a192 (diff) | |
download | tqt-fef846914f8db6dc117e206ef913d519bf6bb33e.tar.gz tqt-fef846914f8db6dc117e206ef913d519bf6bb33e.zip |
Rename basic widget nt* related files to equivalent tq*
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/html/layout.html')
-rw-r--r-- | doc/html/layout.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/html/layout.html b/doc/html/layout.html index 2217ecf31..a21510528 100644 --- a/doc/html/layout.html +++ b/doc/html/layout.html @@ -163,9 +163,9 @@ improvements: a parameter in the constructor. <pre> <a href="tqwidget.html">TQWidget</a> *main = new <a href="tqwidget.html">TQWidget</a>; - <a href="ntqlineedit.html">TQLineEdit</a> *field = new <a href="ntqlineedit.html">TQLineEdit</a>( main ); - <a href="ntqpushbutton.html">TQPushButton</a> *ok = new <a href="ntqpushbutton.html">TQPushButton</a>( "OK", main ); - <a href="ntqpushbutton.html">TQPushButton</a> *cancel = new <a href="ntqpushbutton.html">TQPushButton</a>( "Cancel", main ); + <a href="tqlineedit.html">TQLineEdit</a> *field = new <a href="tqlineedit.html">TQLineEdit</a>( main ); + <a href="tqpushbutton.html">TQPushButton</a> *ok = new <a href="tqpushbutton.html">TQPushButton</a>( "OK", main ); + <a href="tqpushbutton.html">TQPushButton</a> *cancel = new <a href="tqpushbutton.html">TQPushButton</a>( "Cancel", main ); <a href="tqlabel.html">TQLabel</a> *label = new <a href="tqlabel.html">TQLabel</a>( "Write once, compile everywhere.", main ); // a layout on a widget |