diff options
author | Michele Calgaro <[email protected]> | 2024-08-12 22:02:11 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2024-08-12 22:02:11 +0900 |
commit | 42957a3f812a1db64a9ae452baa2d3fbc35f2466 (patch) | |
tree | 0928f4e01a3dcc0698b46c7608d8310e471bdb49 /doc/html/tqtoolbar.html | |
parent | fef846914f8db6dc117e206ef913d519bf6bb33e (diff) | |
download | tqt3-42957a3f812a1db64a9ae452baa2d3fbc35f2466.tar.gz tqt3-42957a3f812a1db64a9ae452baa2d3fbc35f2466.zip |
Rename more widget nt* related files to equivalent tq*
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'doc/html/tqtoolbar.html')
-rw-r--r-- | doc/html/tqtoolbar.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/html/tqtoolbar.html b/doc/html/tqtoolbar.html index c6d78c1b7..54077b874 100644 --- a/doc/html/tqtoolbar.html +++ b/doc/html/tqtoolbar.html @@ -104,7 +104,7 @@ toolbar is too small to show all its widgets a little arrow button at the right or bottom of the toolbar depending on its orientation. Clicking this button pops up a menu that shows the 'overflowing' items. TQToolButtons are represented in the menu using -their textLabel property, other <a href="ntqbutton.html">TQButton</a> subclasses are represented +their textLabel property, other <a href="tqbutton.html">TQButton</a> subclasses are represented using their text property, and TQComboBoxes are represented as submenus, with the caption text being used in the submenu item. <p> Usually a toolbar will get precisely the space it needs. However, |