summaryrefslogtreecommitdiffstats
path: root/doc/html/ntqgridview.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/ntqgridview.html')
-rw-r--r--doc/html/ntqgridview.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/html/ntqgridview.html b/doc/html/ntqgridview.html
index 3ea132d14..886e98ebb 100644
--- a/doc/html/ntqgridview.html
+++ b/doc/html/ntqgridview.html
@@ -35,7 +35,7 @@ body { background: #ffffff; color: black; }
fixed-size grids.
<a href="#details">More...</a>
<p><tt>#include &lt;<a href="qgridview-h.html">ntqgridview.h</a>&gt;</tt>
-<p>Inherits <a href="ntqscrollview.html">TQScrollView</a>.
+<p>Inherits <a href="tqscrollview.html">TQScrollView</a>.
<p><a href="qgridview-members.html">List of all member functions.</a>
<h2>Public Members</h2>
<ul>
@@ -94,7 +94,7 @@ change handler.
row (vertical offset) then column (horizontal offset). This order
is the opposite of all pixel operations, which are given in the
order x (horizontal offset), y (vertical offset).
-<p> TQGridView is a very simple abstract class based on <a href="ntqscrollview.html">TQScrollView</a>. It
+<p> TQGridView is a very simple abstract class based on <a href="tqscrollview.html">TQScrollView</a>. It
is designed to simplify the task of drawing many cells of the same
size in a potentially scrollable canvas. If you need rows and
columns with different sizes, use a <a href="ntqtable.html">TQTable</a> instead. If you need a
@@ -109,7 +109,7 @@ at random positions, consider using either a <a href="tqiconview.html">TQIconVie
</h3>
Constructs a grid view.
<p> The <em>parent</em>, <em>name</em> and <a href="ntqt.html#WidgetFlags">widget flag</a>, <em>f</em>, arguments are passed
-to the <a href="ntqscrollview.html">TQScrollView</a> constructor.
+to the <a href="tqscrollview.html">TQScrollView</a> constructor.
<h3 class=fn><a name="~TQGridView"></a>TQGridView::~TQGridView ()
</h3>
@@ -191,7 +191,7 @@ efficiency. If you want clipping, use
This function fills the <em>cw</em> pixels wide and <em>ch</em> pixels high
rectangle starting at position (<em>cx</em>, <em>cy</em>) with the background
color using the painter <em>p</em>.
-<p> <a href="#paintEmptyArea">paintEmptyArea</a>() is invoked by <a href="ntqscrollview.html#drawContents">drawContents</a>() to erase or fill
+<p> <a href="#paintEmptyArea">paintEmptyArea</a>() is invoked by <a href="tqscrollview.html#drawContents">drawContents</a>() to erase or fill
unused areas.
<h3 class=fn>void <a name="repaintCell"></a>TQGridView::repaintCell ( int&nbsp;row, int&nbsp;column, bool&nbsp;erase = TRUE )