summaryrefslogtreecommitdiffstats
path: root/doc/signalsandslots.doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc/signalsandslots.doc')
-rw-r--r--doc/signalsandslots.doc4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/signalsandslots.doc b/doc/signalsandslots.doc
index 3762f337..fc46ce9e 100644
--- a/doc/signalsandslots.doc
+++ b/doc/signalsandslots.doc
@@ -273,10 +273,10 @@ may connect signals to. This is intended for very tightly connected
classes, where even subclasses aren't trusted to get the connections
right.
-You can also define slots to be virtual, which we have found tquite
+You can also define slots to be virtual, which we have found quite
useful in practice.
-The signals and slots mechanism is efficient, but not tquite as fast as
+The signals and slots mechanism is efficient, but not quite as fast as
"real" callbacks. Signals and slots are slightly slower because of the
increased flexibility they provide, although the difference for real
applications is insignificant. In general, emitting a signal that is