summaryrefslogtreecommitdiffstats
path: root/doc/html/propertydocs
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/propertydocs')
-rw-r--r--doc/html/propertydocs10
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/html/propertydocs b/doc/html/propertydocs
index 107966a29..4c63a0380 100644
--- a/doc/html/propertydocs
+++ b/doc/html/propertydocs
@@ -1802,7 +1802,7 @@ one digit position.
<td valign="top">Produces flat segments filled with the foreground color.
</table></center>
<p> <a href="ntqlcdnumber.html#SegmentStyle-enum">Outline</a> and <a href="ntqlcdnumber.html#SegmentStyle-enum">Filled</a> will additionally use
-<a href="qcolorgroup.html#light">QColorGroup::light</a>() and <a href="qcolorgroup.html#dark">QColorGroup::dark</a>() for shadow effects.
+<a href="tqcolorgroup.html#light">TQColorGroup::light</a>() and <a href="tqcolorgroup.html#dark">TQColorGroup::dark</a>() for shadow effects.
<p>Set this property's value with <a href="ntqlcdnumber.html#setSegmentStyle">setSegmentStyle</a>() and get this property's value with <a href="ntqlcdnumber.html#segmentStyle">segmentStyle</a>().
</doc>
@@ -4498,7 +4498,7 @@ parent's font or (if this widget is a top level widget), the
default application font.
&lt;p&gt; This code fragment sets a 12 point helvetica bold font:
&lt;pre&gt;
- &lt;a href="ntqfont.html"&gt;QFont&lt;/a&gt; f( "Helvetica", 12, QFont::Bold );
+ &lt;a href="tqfont.html"&gt;TQFont&lt;/a&gt; f( "Helvetica", 12, TQFont::Bold );
&lt;a href="tqwidget.html#setFont"&gt;setFont&lt;/a&gt;( f );
&lt;/pre&gt;
@@ -4879,7 +4879,7 @@ background and foreground appearance only.
convenience function that creates and sets a modified &lt;a href="ntqpalette.html"&gt;QPalette&lt;/a&gt;
with &lt;a href="tqwidget.html#setPalette"&gt;setPalette&lt;/a&gt;(). The palette is modified according to the
widget's background mode. For example, if the background mode is
-&lt;a href="ntqt.html#BackgroundMode-enum"&gt;PaletteButton&lt;/a&gt; the color used for the palette's &lt;a href="qcolorgroup.html#ColorRole-enum"&gt;QColorGroup::Button&lt;/a&gt; color entry is set.
+&lt;a href="ntqt.html#BackgroundMode-enum"&gt;PaletteButton&lt;/a&gt; the color used for the palette's &lt;a href="tqcolorgroup.html#ColorRole-enum"&gt;TQColorGroup::Button&lt;/a&gt; color entry is set.
&lt;p&gt; If there is a background pixmap (set using
&lt;a href="tqwidget.html#setPaletteBackgroundPixmap"&gt;setPaletteBackgroundPixmap&lt;/a&gt;()), then the return value of this
function is indeterminate.
@@ -4899,7 +4899,7 @@ convenience function that creates and sets a modified &lt;a href="ntqpalette.htm
with &lt;a href="tqwidget.html#setPalette"&gt;setPalette&lt;/a&gt;(). The palette is modified according to the
widget's background mode. For example, if the background mode is
&lt;a href="ntqt.html#BackgroundMode-enum"&gt;PaletteButton&lt;/a&gt; the pixmap used for the palette's
-&lt;a href="qcolorgroup.html#ColorRole-enum"&gt;QColorGroup::Button&lt;/a&gt; color entry is set.
+&lt;a href="tqcolorgroup.html#ColorRole-enum"&gt;TQColorGroup::Button&lt;/a&gt; color entry is set.
&lt;p&gt; If there is a plain background color (set using
&lt;a href="tqwidget.html#setPaletteBackgroundColor"&gt;setPaletteBackgroundColor&lt;/a&gt;()), then this function returns 0.
&lt;p&gt; &lt;p&gt;See also &lt;a href="tqwidget.html#paletteBackgroundColor-prop"&gt;paletteBackgroundColor&lt;/a&gt;, &lt;a href="tqwidget.html#paletteForegroundColor-prop"&gt;paletteForegroundColor&lt;/a&gt;, &lt;a href="tqwidget.html#palette-prop"&gt;palette&lt;/a&gt;, and &lt;a href="tqwidget.html#colorGroup-prop"&gt;colorGroup&lt;/a&gt;.
@@ -4915,7 +4915,7 @@ widget's background mode. For example, if the background mode is
and sets a modified &lt;a href="ntqpalette.html"&gt;QPalette&lt;/a&gt; with &lt;a href="tqwidget.html#setPalette"&gt;setPalette&lt;/a&gt;(). The palette is
modified according to the widget's &lt;em&gt;background mode&lt;/em&gt;. For
example, if the background mode is &lt;a href="ntqt.html#BackgroundMode-enum"&gt;PaletteButton&lt;/a&gt; the palette entry
-&lt;a href="qcolorgroup.html#ColorRole-enum"&gt;QColorGroup::ButtonText&lt;/a&gt; is set to color.
+&lt;a href="tqcolorgroup.html#ColorRole-enum"&gt;TQColorGroup::ButtonText&lt;/a&gt; is set to color.
&lt;p&gt; &lt;p&gt;See also &lt;a href="tqwidget.html#palette-prop"&gt;palette&lt;/a&gt;, &lt;a href="ntqapplication.html#setPalette"&gt;QApplication::setPalette&lt;/a&gt;(), &lt;a href="tqwidget.html#backgroundMode-prop"&gt;backgroundMode&lt;/a&gt;, &lt;a href="tqwidget.html#foregroundColor"&gt;foregroundColor&lt;/a&gt;(), &lt;a href="tqwidget.html#backgroundMode-prop"&gt;backgroundMode&lt;/a&gt;, and &lt;a href="tqwidget.html#setEraseColor"&gt;setEraseColor&lt;/a&gt;().
&lt;p&gt;Set this property's value with &lt;a href="tqwidget.html#setPaletteForegroundColor"&gt;setPaletteForegroundColor&lt;/a&gt;(), get this property's value with &lt;a href="tqwidget.html#paletteForegroundColor"&gt;paletteForegroundColor&lt;/a&gt;(), and reset this property's value with &lt;a href="tqwidget.html#unsetPalette"&gt;unsetPalette&lt;/a&gt;().