summaryrefslogtreecommitdiffstats
path: root/doc/html/tqstyle.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/tqstyle.html')
-rw-r--r--doc/html/tqstyle.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/html/tqstyle.html b/doc/html/tqstyle.html
index 0bc44a394..5d7503588 100644
--- a/doc/html/tqstyle.html
+++ b/doc/html/tqstyle.html
@@ -88,7 +88,7 @@ The TQStyle class specifies the look and feel of a GUI.
<p> A large number of GUI elements are common to many widgets. The
TQStyle class allows the look of these elements to be modified
across all widgets that use the TQStyle functions. It also
-provides two feel options: <a href="motif-extension.html#Motif">Motif</a> and Windows.
+provides two feel options: Motif and Windows.
<p> Although it is not possible to fully enumerate the look of
graphical elements and the feel of widgets in a GUI, TQStyle
provides a considerable amount of control and customisability.
@@ -446,7 +446,7 @@ like Windows
<li><tt>TQStyle::SH_Slider_SloppyKeyEvents</tt> - key presses handled in a sloppy
manner, i.e. left on a vertical slider subtracts a line.
<li><tt>TQStyle::SH_ProgressDialog_CenterCancelButton</tt> - center button on
-progress dialogs, like <a href="motif-extension.html#Motif">Motif</a>, otherwise right aligned.
+progress dialogs, like Motif, otherwise right aligned.
<li><tt>TQStyle::SH_ProgressDialog_TextLabelAlignment</tt> - TQt::AlignmentFlags --
text label alignment in progress dialogs; Center on windows,
Auto|VCenter otherwise.