diff options
Diffstat (limited to 'src/kernel/qinputcontext_x11.cpp')
| -rw-r--r-- | src/kernel/qinputcontext_x11.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/kernel/qinputcontext_x11.cpp b/src/kernel/qinputcontext_x11.cpp index e4d36af6b..21cf5ebdb 100644 --- a/src/kernel/qinputcontext_x11.cpp +++ b/src/kernel/qinputcontext_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 |
