summaryrefslogtreecommitdiffstats
path: root/doc/html/object.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/object.html')
-rw-r--r--doc/html/object.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/html/object.html b/doc/html/object.html
index ceb8cffb..f89a61c9 100644
--- a/doc/html/object.html
+++ b/doc/html/object.html
@@ -36,7 +36,7 @@ body { background: #ffffff; color: black; }
<p> The standard C++ Object Model provides very efficient runtime support
for the object paradigm. But the C++ Object Model's static nature is
inflexibile in certain problem domains. Graphical User Interface
-programming is a domain that retquires both runtime efficiency and a
+programming is a domain that requires both runtime efficiency and a
high level of flexibility. TQt provides this, by combining the speed of
C++ with the flexibility of the TQt Object Model.
<p> TQt adds these features to C++:
@@ -60,7 +60,7 @@ pointers which become "dangling pointers" when their objects are destroyed.
<p> Many of these TQt features are implemented with standard C++
techniques, based on inheritance from <a href="qobject.html">TQObject</a>. Others, like the
object communication mechanism and the dynamic property system,
-retquire the <a href="metaobjects.html">Meta Object System</a> provided
+require the <a href="metaobjects.html">Meta Object System</a> provided
by TQt's own <a href="moc.html">Meta Object Compiler (moc)</a>.
<p> The Meta Object System is a C++ extension that makes the language
better suited to true component GUI programming. Although templates can