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/tqpopupmenu-h.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'doc/html/tqpopupmenu-h.html') diff --git a/doc/html/tqpopupmenu-h.html b/doc/html/tqpopupmenu-h.html index b5fd1ebd1..d622b50f2 100644 --- a/doc/html/tqpopupmenu-h.html +++ b/doc/html/tqpopupmenu-h.html @@ -151,7 +151,7 @@ protected: bool focusNextPrevChild( bool next ); - int itemAtPos( const TQPoint &, bool ignoreSeparator = TRUE ) const; + int itemAtPos( const TQPoint &, bool ignoreSeparator = true ) const; private slots: void subActivated( int itemId ); @@ -180,7 +180,7 @@ private: void menuDelPopup( TQPopupMenu * ); void frameChanged(); - void actSig( int, bool = FALSE ); + void actSig( int, bool = false ); void hilitSig( int ); virtual void setFirstItemActive(); void hideAllPopups(); @@ -188,7 +188,7 @@ private: bool tryMenuBar( TQMouseEvent * ); void byeMenuBar(); - TQSize updateSize(bool force_recalc=FALSE, bool do_resize=TRUE); + TQSize updateSize(bool force_recalc=false, bool do_resize=true); void updateRow( int row ); #ifndef TQT_NO_ACCEL void updateAccel( TQWidget * ); -- cgit v1.2.3