diff options
Diffstat (limited to 'doc/html/metaobjects.html')
-rw-r--r-- | doc/html/metaobjects.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/html/metaobjects.html b/doc/html/metaobjects.html index 4a4ec9108..912f679eb 100644 --- a/doc/html/metaobjects.html +++ b/doc/html/metaobjects.html @@ -56,7 +56,7 @@ reason for introducing the system), the meta object code provides additional features in TQObject: <p> <ul> <p> <li> the <a href="ntqobject.html#className">className()</a> function that -returns the class name as a string at runtime, without retquiring +returns the class name as a string at runtime, without requiring native runtime type information (RTTI) support through the C++ compiler. <p> <li> the <a href="ntqobject.html#inherits">inherits()</a> function that |