summaryrefslogtreecommitdiffstats
path: root/style/baghira.h
diff options
context:
space:
mode:
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;