summaryrefslogtreecommitdiffstats
path: root/doc/html/qaction-h.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/qaction-h.html')
-rw-r--r--doc/html/qaction-h.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/html/qaction-h.html b/doc/html/qaction-h.html
index a04a26234..561010aa0 100644
--- a/doc/html/qaction-h.html
+++ b/doc/html/qaction-h.html
@@ -118,9 +118,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();