summaryrefslogtreecommitdiffstats
path: root/doc/html/ntqt.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/ntqt.html')
-rw-r--r--doc/html/ntqt.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/html/ntqt.html b/doc/html/ntqt.html
index f06bcfa62..b0b2048f7 100644
--- a/doc/html/ntqt.html
+++ b/doc/html/ntqt.html
@@ -147,7 +147,7 @@ used when a link is clicked to determine what content to load.
<p> This enum describes how the background of a widget changes, as the
widget's palette changes.
-<p> The background is what the widget contains when <a href="ntqwidget.html#paintEvent">paintEvent()</a> is called. To minimize
+<p> The background is what the widget contains when <a href="tqwidget.html#paintEvent">paintEvent()</a> is called. To minimize
flicker, this should be the most common color or pixmap in the
widget. For <a href="#BackgroundMode-enum">PaletteBackground</a>, use colorGroup().brush( <a href="qcolorgroup.html#ColorRole-enum">TQColorGroup::Background</a> ), and so on.
<ul>
@@ -174,16 +174,16 @@ widget. For <a href="#BackgroundMode-enum">PaletteBackground</a>, use colorGroup
If the widget's paint event always draws on all the pixels, using
this mode can be both fast and flicker-free.
<li><tt>TQt::FixedColor</tt> - the widget is cleared to a fixed color, normally
-different from all the ones in the palette(). Set using <a href="ntqwidget.html#setPaletteBackgroundColor">setPaletteBackgroundColor()</a>.
+different from all the ones in the palette(). Set using <a href="tqwidget.html#setPaletteBackgroundColor">setPaletteBackgroundColor()</a>.
<li><tt>TQt::FixedPixmap</tt> - the widget is cleared to a fixed pixmap,
normally different from all the ones in the palette(). Set using
-<a href="ntqwidget.html#setPaletteBackgroundPixmap">setPaletteBackgroundPixmap()</a>.
+<a href="tqwidget.html#setPaletteBackgroundPixmap">setPaletteBackgroundPixmap()</a>.
</ul><p> Although <a href="#BackgroundMode-enum">FixedColor</a> and <a href="#BackgroundMode-enum">FixedPixmap</a> are sometimes just
right, if you use them, make sure that you test your application
when the desktop color scheme has been changed. (On X11, a quick
way to test this is e.g. "./myapp -bg paleblue". On Windows, you
must use the control panel.)
-<p> <p>See also <a href="ntqwidget.html#backgroundMode-prop">TQWidget::backgroundMode</a>, <a href="ntqwidget.html#backgroundMode-prop">TQWidget::backgroundMode</a>, <a href="ntqwidget.html#setBackgroundPixmap">TQWidget::setBackgroundPixmap</a>(), and <a href="ntqwidget.html#paletteBackgroundColor-prop">TQWidget::paletteBackgroundColor</a>.
+<p> <p>See also <a href="tqwidget.html#backgroundMode-prop">TQWidget::backgroundMode</a>, <a href="tqwidget.html#backgroundMode-prop">TQWidget::backgroundMode</a>, <a href="tqwidget.html#setBackgroundPixmap">TQWidget::setBackgroundPixmap</a>(), and <a href="tqwidget.html#paletteBackgroundColor-prop">TQWidget::paletteBackgroundColor</a>.
<h3 class=fn><a name="BrushStyle-enum"></a>TQt::BrushStyle</h3>