diff options
Diffstat (limited to 'kplato/kptcalendarpanel.cpp')
-rw-r--r-- | kplato/kptcalendarpanel.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kplato/kptcalendarpanel.cpp b/kplato/kptcalendarpanel.cpp index c6bb6da83..416f25b72 100644 --- a/kplato/kptcalendarpanel.cpp +++ b/kplato/kptcalendarpanel.cpp @@ -137,7 +137,7 @@ CalendarPanel::eventFilter(TQObject *o, TQEvent *e ) { TQApplication::sendEvent( table, e ); table->setFocus(); - return TRUE; // eat event + return true; // eat event } } return TQFrame::eventFilter( o, e ); |