diff options
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 * ); |