diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-07-15 19:08:22 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-07-18 09:31:41 +0900 |
commit | a30f5359f03c3017fa19a6770fab32d25d22cb87 (patch) | |
tree | cb365dd7a1c3666e3f972c6cad04be7b8e846cba /doc/html/qlistboxitem.html | |
parent | 25ad1267da6916e738a126ff5a9b41cd686adfc6 (diff) | |
download | tqt-a30f5359.tar.gz tqt-a30f5359.zip |
Rename graphics class nt* related files to equivalent tq* (part 1)
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/html/qlistboxitem.html')
-rw-r--r-- | doc/html/qlistboxitem.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/html/qlistboxitem.html b/doc/html/qlistboxitem.html index bc67e65bf..4a5e706e9 100644 --- a/doc/html/qlistboxitem.html +++ b/doc/html/qlistboxitem.html @@ -130,7 +130,7 @@ Returns the item that comes after this in the list box. If this is the last item, 0 is returned. <p> <p>See also <a href="#prev">prev</a>(). -<h3 class=fn>void <a name="paint"></a>TQListBoxItem::paint ( <a href="ntqpainter.html">TQPainter</a> * p )<tt> [pure virtual protected]</tt> +<h3 class=fn>void <a name="paint"></a>TQListBoxItem::paint ( <a href="tqpainter.html">TQPainter</a> * p )<tt> [pure virtual protected]</tt> </h3> <p> Implement this function to draw your item. The painter, <em>p</em>, is |