diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-08-06 11:29:57 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-08-06 11:29:57 +0900 |
commit | dcce5b1f2c449ed9a02b1752e0d74f147a83d07d (patch) | |
tree | d57fe27457a96451f1a67e2a2db268a441d917fc /doc/html/tqpopupmenu-h.html | |
parent | 649c4c61a1f1f479f4532b196f68df476cef2680 (diff) | |
download | tqt-rename/true-false-4.tar.gz tqt-rename/true-false-4.zip |
Replace TRUE/FALSE with boolean values true/false - part 4rename/true-false-4
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/html/tqpopupmenu-h.html')
-rw-r--r-- | doc/html/tqpopupmenu-h.html | 6 |
1 files changed, 3 insertions, 3 deletions
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 * ); |