summaryrefslogtreecommitdiffstats
path: root/doc/html/signalsandslots.html
diff options
context:
space:
mode:
authorTimothy Pearson <[email protected]>2011-11-14 22:33:41 -0600
committerTimothy Pearson <[email protected]>2011-11-14 22:33:41 -0600
commit0f92dd542b65bc910caaf190b7c623aa5158c86a (patch)
tree120ab7e08fa0ffc354ef58d100f79a33c92aa6e6 /doc/html/signalsandslots.html
parentd796c9dd933ab96ec83b9a634feedd5d32e1ba3f (diff)
downloadtqt3-0f92dd542b65bc910caaf190b7c623aa5158c86a.tar.gz
tqt3-0f92dd542b65bc910caaf190b7c623aa5158c86a.zip
Fix native TQt3 accidental conversion to tquit
Diffstat (limited to 'doc/html/signalsandslots.html')
-rw-r--r--doc/html/signalsandslots.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/html/signalsandslots.html b/doc/html/signalsandslots.html
index 02a0d1566..a3f18f2a2 100644
--- a/doc/html/signalsandslots.html
+++ b/doc/html/signalsandslots.html
@@ -229,9 +229,9 @@ rest of the world.
may connect signals to. This is intended for very tightly connected
classes, where even subclasses aren't trusted to get the connections
right.
-<p> You can also define slots to be virtual, which we have found tquite
+<p> You can also define slots to be virtual, which we have found quite
useful in practice.
-<p> The signals and slots mechanism is efficient, but not tquite as fast as
+<p> 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