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/tqstyleoption.html | |
parent | 8ef4ea451dd81dd66b34ed31aaa631f6df24a192 (diff) | |
download | tqt3-fef846914f8db6dc117e206ef913d519bf6bb33e.tar.gz tqt3-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/tqstyleoption.html')
-rw-r--r-- | doc/html/tqstyleoption.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/html/tqstyleoption.html b/doc/html/tqstyleoption.html index 2c99c2519..5b4697054 100644 --- a/doc/html/tqstyleoption.html +++ b/doc/html/tqstyleoption.html @@ -161,10 +161,10 @@ midlinewidth. <p> Pass a <a href="qlistviewitem.html">TQListViewItem</a>, <em>i</em>. -<h3 class=fn><a name="TQStyleOption-b"></a>TQStyleOption::TQStyleOption ( <a href="qchecklistitem.html">TQCheckListItem</a> * i ) +<h3 class=fn><a name="TQStyleOption-b"></a>TQStyleOption::TQStyleOption ( <a href="tqchecklistitem.html">TQCheckListItem</a> * i ) </h3> -<p> Pass a <a href="qchecklistitem.html">TQCheckListItem</a>, <em>i</em>. +<p> Pass a <a href="tqchecklistitem.html">TQCheckListItem</a>, <em>i</em>. <h3 class=fn><a name="TQStyleOption-c"></a>TQStyleOption::TQStyleOption ( <a href="ntqt.html#ArrowType-enum">TQt::ArrowType</a> a ) </h3> @@ -187,7 +187,7 @@ midlinewidth. <p> Returns an arrow type if the appropriate constructor was called; otherwise the return value is undefined. -<h3 class=fn><a href="qchecklistitem.html">TQCheckListItem</a> * <a name="checkListItem"></a>TQStyleOption::checkListItem () const +<h3 class=fn><a href="tqchecklistitem.html">TQCheckListItem</a> * <a name="checkListItem"></a>TQStyleOption::checkListItem () const </h3> <p> Returns a check list item if the appropriate constructor was |