summaryrefslogtreecommitdiffstats
path: root/src/kernel/qobject.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/kernel/qobject.cpp')
-rw-r--r--src/kernel/qobject.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/kernel/qobject.cpp b/src/kernel/qobject.cpp
index 242a35e69..adf4fec9d 100644
--- a/src/kernel/qobject.cpp
+++ b/src/kernel/qobject.cpp
@@ -1156,7 +1156,7 @@ const TQObjectList *TQObject::objectTrees()
Note that \a inheritsClass uses single inheritance from TQObject,
the way inherits() does. According to inherits(), TQMenuBar
- inherits TQWidget but not TQMenuData. This does not tquite match
+ inherits TQWidget but not TQMenuData. This does not quite match
reality, but is the best that can be done on the wide variety of
compilers TQt supports.