summaryrefslogtreecommitdiffstats
path: root/doc/html/qmacstyle.html
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-07-29 12:43:23 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-07-29 12:43:23 +0900
commitfef846914f8db6dc117e206ef913d519bf6bb33e (patch)
treed6567b31f7f22d0c8c66eec947dff1960efa25ac /doc/html/qmacstyle.html
parent8ef4ea451dd81dd66b34ed31aaa631f6df24a192 (diff)
downloadtqt-fef84691.tar.gz
tqt-fef84691.zip
Rename basic widget nt* related files to equivalent tq*
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/html/qmacstyle.html')
-rw-r--r--doc/html/qmacstyle.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/html/qmacstyle.html b/doc/html/qmacstyle.html
index 99aaa8da0..b959189cf 100644
--- a/doc/html/qmacstyle.html
+++ b/doc/html/qmacstyle.html
@@ -79,7 +79,7 @@ subsequently not rendered correctly by the Appearance Manager).The
managed widgets (widgets enumerated in <a href="tqstyle.html#ContentsType-enum">TQStyle::ContentsType</a>).
<p> <li> Effects - TQMacStyle (in contrast to TQAquaStyle) is not emulating
(except where Appearance Manager does not provide certain
-capabilities), for example <a href="ntqpushbutton.html">TQPushButton</a> pulsing effects. In this case a
+capabilities), for example <a href="tqpushbutton.html">TQPushButton</a> pulsing effects. In this case a
near matching emulation has been implemented, but naturally this will
not be identical to the similar functionality built into the Appearance
Manager. Please report any issues you see in effects or non-standard
@@ -102,7 +102,7 @@ documentation.
<li><tt>TQMacStyle::FocusEnabled</tt> - show a focus rectangle when the widget has focus.
<li><tt>TQMacStyle::FocusDisabled</tt> - never show a focus rectangle for the widget.
<li><tt>TQMacStyle::FocusDefault</tt> - show a focus rectangle when the widget has
-focus and the widget is a TQSpinWidget, <a href="tqdatetimeedit.html">TQDateTimeEdit</a>, <a href="ntqlineedit.html">TQLineEdit</a>,
+focus and the widget is a TQSpinWidget, <a href="tqdatetimeedit.html">TQDateTimeEdit</a>, <a href="tqlineedit.html">TQLineEdit</a>,
<a href="ntqlistbox.html">TQListBox</a>, <a href="ntqlistview.html">TQListView</a>, editable <a href="tqtextedit.html">TQTextEdit</a>, or one of their
subclasses.
</ul>