summaryrefslogtreecommitdiffstats
path: root/doc/html/qscrollview.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/qscrollview.html')
-rw-r--r--doc/html/qscrollview.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/html/qscrollview.html b/doc/html/qscrollview.html
index 887e8377..4c97fbbe 100644
--- a/doc/html/qscrollview.html
+++ b/doc/html/qscrollview.html
@@ -152,7 +152,7 @@ The TQScrollView widget provides a scrolling area with on-demand scroll bars.
<p> The TQScrollView is a large canvas - potentially larger than the
coordinate system normally supported by the underlying window
-system. This is important because it is tquite easy to go beyond
+system. This is important because it is quite easy to go beyond
these limitations (e.g. many web pages are more than 32000 pixels
high). Additionally, the TQScrollView can have TQWidgets positioned
on it that scroll around with the drawn content. These sub-widgets
@@ -742,7 +742,7 @@ See the <a href="qscrollview.html#resizePolicy-prop">"resizePolicy"</a> property
Sets the scrollview to have a static background if <em>y</em> is TRUE,
or a scrolling background if <em>y</em> is FALSE. By default, the
background is scrolling.
-<p> Be aware that this mode is tquite slow, as a full repaint of the
+<p> Be aware that this mode is quite slow, as a full repaint of the
visible area has to be triggered on every contents move.
<p> <p>See also <a href="#hasStaticBackground">hasStaticBackground</a>().