diff options
Diffstat (limited to 'tqtinterface/qt4/src/widgets/tqtoolbutton.cpp')
-rw-r--r-- | tqtinterface/qt4/src/widgets/tqtoolbutton.cpp | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/tqtinterface/qt4/src/widgets/tqtoolbutton.cpp b/tqtinterface/qt4/src/widgets/tqtoolbutton.cpp index 2cfd962..8c84a59 100644 --- a/tqtinterface/qt4/src/widgets/tqtoolbutton.cpp +++ b/tqtinterface/qt4/src/widgets/tqtoolbutton.cpp @@ -581,7 +581,7 @@ void TQToolButton::mousePressEvent( TQMouseEvent *e ) TQRect popupr = TQStyle::tqvisualRect( tqstyle().querySubControlMetrics(TQStyle::CC_ToolButton, this, TQStyle::SC_ToolButtonMenu), this ); - d->instantPopup = (popupr.isValid() && popupr.tqcontains(e->pos())); + d->instantPopup = (popupr.isValid() && popupr.contains(e->pos())); #ifndef TQT_NO_POPUPMENU if ( d->discardNextMouseEvent ) { @@ -702,8 +702,8 @@ TQIconSet TQToolButton::offIconSet( ) const \obsolete - Since TQt 3.0, TQIconSet tqcontains both the On and Off icons. There is - now an \l TQToolButton::iconSet property that tqreplaces both \l + Since TQt 3.0, TQIconSet contains both the On and Off icons. There is + now an \l TQToolButton::iconSet property that replaces both \l TQToolButton::onIconSet and \l TQToolButton::offIconSet. For ease of porting, this property is a synonym for \l @@ -729,8 +729,8 @@ void TQToolButton::setOnIconSet( const TQIconSet& set ) \obsolete - Since TQt 3.0, TQIconSet tqcontains both the On and Off icons. There is - now an \l TQToolButton::iconSet property that tqreplaces both \l + Since TQt 3.0, TQIconSet contains both the On and Off icons. There is + now an \l TQToolButton::iconSet property that replaces both \l TQToolButton::onIconSet and \l TQToolButton::offIconSet. For ease of porting, this property is a synonym for \l @@ -775,7 +775,7 @@ void TQToolButton::setIconSet( const TQIconSet & set ) /*! \overload \obsolete - Since TQt 3.0, TQIconSet tqcontains both the On and Off icons. + Since TQt 3.0, TQIconSet contains both the On and Off icons. For ease of porting, this function ignores the \a on parameter and sets the \l iconSet property. If you relied on the \a on parameter, @@ -820,7 +820,7 @@ TQIconSet TQToolButton::iconSet() const /*! \overload \obsolete - Since TQt 3.0, TQIconSet tqcontains both the On and Off icons. + Since TQt 3.0, TQIconSet contains both the On and Off icons. For ease of porting, this function ignores the \a on parameter and returns the \l iconSet property. If you relied on the \a on |