summaryrefslogtreecommitdiffstats
path: root/style/baghira.h
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2025-03-30 19:26:07 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2025-04-02 16:39:04 +0900
commit9aa48be4546906fe3366cecd525375a249c2db6a (patch)
tree08cf628a7831c58d1c3a6b197511076d3b2f3029 /style/baghira.h
parent03e1920ea64298be079063179159f4ef04a59604 (diff)
downloadtde-style-baghira-9aa48be4.tar.gz
tde-style-baghira-9aa48be4.zip
Replace TRUE/FALSE with boolean values true/false
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit c2e59c3ad44ec7b9f5aa8dcf781f0791b8baa5f0)
Diffstat (limited to 'style/baghira.h')
-rw-r--r--style/baghira.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/style/baghira.h b/style/baghira.h
index 460c448..8e46b67 100644
--- a/style/baghira.h
+++ b/style/baghira.h
@@ -466,7 +466,7 @@ class EventKiller : public TQObject
public:
bool eventFilter( TQObject *, TQEvent *)
{
- return TRUE;
+ return true;
}
};
@@ -483,7 +483,7 @@ class ButtonFadeInfo
public:
ButtonFadeInfo()
{
- timerId=0; index=0; fadeIn=TRUE;
+ timerId=0; index=0; fadeIn=true;
}
public:
int timerId;