From 4d495175043c399fdca6e1bb4c74ef176fc76fb4 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Wed, 6 Aug 2025 11:29:57 +0900 Subject: Replace TRUE/FALSE with boolean values true/false - part 4 Signed-off-by: Michele Calgaro --- doc/html/tqaction-h.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/html/tqaction-h.html') diff --git a/doc/html/tqaction-h.html b/doc/html/tqaction-h.html index 3f02b9a9b..b509e1939 100644 --- a/doc/html/tqaction-h.html +++ b/doc/html/tqaction-h.html @@ -117,9 +117,9 @@ public: TQObject* parent, const char* name = 0 ); TQAction( const TQString& text, const TQIconSet& icon, const TQString& menuText, TQKeySequence accel, - TQObject* parent, const char* name = 0, bool toggle = FALSE ); // obsolete + TQObject* parent, const char* name = 0, bool toggle = false ); // obsolete TQAction( const TQString& text, const TQString& menuText, TQKeySequence accel, TQObject* parent, - const char* name = 0, bool toggle = FALSE ); // obsolete + const char* name = 0, bool toggle = false ); // obsolete #endif TQAction( TQObject* parent, const char* name , bool toggle ); // obsolete ~TQAction(); -- cgit v1.2.3