summaryrefslogtreecommitdiffstats
path: root/src/kernel/tqinputcontext_x11.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/kernel/tqinputcontext_x11.cpp')
-rw-r--r--src/kernel/tqinputcontext_x11.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/kernel/tqinputcontext_x11.cpp b/src/kernel/tqinputcontext_x11.cpp
index 70fa9f160..227a016f3 100644
--- a/src/kernel/tqinputcontext_x11.cpp
+++ b/src/kernel/tqinputcontext_x11.cpp
@@ -55,7 +55,7 @@
other input methods may use this to implement some special
features such as distinguishing Shift_L and Shift_R.
- Return TRUE if the \a event has been consumed. Otherwise, the
+ Return true if the \a event has been consumed. Otherwise, the
unfiltered \a event will be translated into TQEvent and forwarded
to filterEvent(). Filtering at both x11FilterEvent() and
filterEvent() in single input method is allowed.
@@ -69,7 +69,7 @@ bool TQInputContext::x11FilterEvent( TQWidget *keywidget, XEvent *event )
{
Q_UNUSED(keywidget);
Q_UNUSED(event);
- return FALSE;
+ return false;
}
#endif //Q_NO_IM