summaryrefslogtreecommitdiffstats
path: root/doc/html/ntqstylesheet.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/ntqstylesheet.html')
-rw-r--r--doc/html/ntqstylesheet.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/html/ntqstylesheet.html b/doc/html/ntqstylesheet.html
index e28fccbeb..8759e909d 100644
--- a/doc/html/ntqstylesheet.html
+++ b/doc/html/ntqstylesheet.html
@@ -35,7 +35,7 @@ body { background: #ffffff; color: black; }
rendering and a generator of tags.
<a href="#details">More...</a>
<p><tt>#include &lt;<a href="qstylesheet-h.html">ntqstylesheet.h</a>&gt;</tt>
-<p>Inherits <a href="ntqobject.html">TQObject</a>.
+<p>Inherits <a href="tqobject.html">TQObject</a>.
<p><a href="qstylesheet-members.html">List of all member functions.</a>
<h2>Public Members</h2>
<ul>
@@ -151,7 +151,7 @@ attribute, for example
targets within a document are achieved in the same way
as for HTML, e.g.
<br><tt>&lt;a href="target.qml#subtitle"&gt;Link Text&lt;/a&gt;</tt>.
-<li> A target is created by using a <a href="ntqobject.html#name-prop">name</a>
+<li> A target is created by using a <a href="tqobject.html#name-prop">name</a>
attribute, for example
<br><tt>&lt;a name="subtitle"&gt;&lt;h2&gt;Sub Title&lt;/h2&gt;&lt;/a&gt;</tt>.
</ul>
@@ -271,10 +271,10 @@ default is 1.
<p>See also <a href="graphics.html">Graphics Classes</a>, <a href="helpsystem.html">Help System</a>, and <a href="text.html">Text Related Classes</a>.
<hr><h2>Member Function Documentation</h2>
-<h3 class=fn><a name="TQStyleSheet"></a>TQStyleSheet::TQStyleSheet ( <a href="ntqobject.html">TQObject</a>&nbsp;*&nbsp;parent = 0, const&nbsp;char&nbsp;*&nbsp;name = 0 )
+<h3 class=fn><a name="TQStyleSheet"></a>TQStyleSheet::TQStyleSheet ( <a href="tqobject.html">TQObject</a>&nbsp;*&nbsp;parent = 0, const&nbsp;char&nbsp;*&nbsp;name = 0 )
</h3>
Creates a style sheet called <em>name</em>, with parent <em>parent</em>. Like
-any <a href="ntqobject.html">TQObject</a> it will be deleted when its parent is destroyed (if
+any <a href="tqobject.html">TQObject</a> it will be deleted when its parent is destroyed (if
the child still exists).
<p> By default the style sheet has the tag definitions defined above.