summaryrefslogtreecommitdiffstats
path: root/doc/signalsandslots.doc
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-11-14 22:33:41 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-11-14 22:33:41 -0600
commit0f92dd542b65bc910caaf190b7c623aa5158c86a (patch)
tree120ab7e08fa0ffc354ef58d100f79a33c92aa6e6 /doc/signalsandslots.doc
parentd796c9dd933ab96ec83b9a634feedd5d32e1ba3f (diff)
downloadtqt3-0f92dd542b65bc910caaf190b7c623aa5158c86a.tar.gz
tqt3-0f92dd542b65bc910caaf190b7c623aa5158c86a.zip
Fix native TQt3 accidental conversion to tquit
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