summaryrefslogtreecommitdiffstats
path: root/src/kernel/qinputcontext.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/kernel/qinputcontext.cpp')
-rw-r--r--src/kernel/qinputcontext.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/kernel/qinputcontext.cpp b/src/kernel/qinputcontext.cpp
index 3d50405ea..40614d8ff 100644
--- a/src/kernel/qinputcontext.cpp
+++ b/src/kernel/qinputcontext.cpp
@@ -153,7 +153,7 @@ public:
reduce resource consumption. In ideal case, each text widgets
should be allocated dedicated input context. But some complex
input contexts retquire slightly heavy resource such as 100
- kilobytes of memory. It prevents tquite many text widgets from
+ kilobytes of memory. It prevents quite many text widgets from
being used concurrently.
To resolve such problem, we can share an input context. There is
@@ -463,7 +463,7 @@ bool TQInputContext::isComposing() const
The filtering opportunity is always given to the input context as
soon as possible. It has to be taken place before any other key
event consumers such as eventfilters and accelerators because some
- input methods retquire tquite various key combination and
+ input methods retquire quite various key combination and
sequences. It often conflicts with accelerators and so on, so we
must give the input context the filtering opportunity first to
ensure all input methods work properly regardless of application