summaryrefslogtreecommitdiffstats
path: root/kmymoney2/widgets/kmymoneycalendar.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kmymoney2/widgets/kmymoneycalendar.cpp')
-rw-r--r--kmymoney2/widgets/kmymoneycalendar.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kmymoney2/widgets/kmymoneycalendar.cpp b/kmymoney2/widgets/kmymoneycalendar.cpp
index 228b5e2..7c5549c 100644
--- a/kmymoney2/widgets/kmymoneycalendar.cpp
+++ b/kmymoney2/widgets/kmymoneycalendar.cpp
@@ -174,7 +174,7 @@ kMyMoneyCalendar::eventFilter(TQObject *o, TQEvent *e )
{
TQApplication::sendEvent( table, e );
table->setFocus();
- return TRUE; // eat event
+ return true; // eat event
}
}
return TQFrame::eventFilter( o, e );