summaryrefslogtreecommitdiffstats
path: root/kmymoney2/widgets/kmymoneycalendar.cpp
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2025-03-28 12:43:24 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2025-04-02 09:12:11 +0900
commitdadec5db2e0816d60fce98ca30da1b008dd05b4c (patch)
tree0c02c77b79bcfd9c6f98cc5bb6596935dfcfb0bb /kmymoney2/widgets/kmymoneycalendar.cpp
parentcde62dc2652ece3f25d6ab50f3a66cd78f7f10da (diff)
downloadkmymoney-dadec5db.tar.gz
kmymoney-dadec5db.zip
Replace TRUE/FALSE with boolean values true/false
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 8ea77e27d61983f4ca5fe73d627fc000712abe9d)
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 );