summaryrefslogtreecommitdiffstats
path: root/experimental/tqtinterface/qt4/src/widgets/tqtoolbutton.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'experimental/tqtinterface/qt4/src/widgets/tqtoolbutton.cpp')
-rw-r--r--experimental/tqtinterface/qt4/src/widgets/tqtoolbutton.cpp14
1 files changed, 7 insertions, 7 deletions
diff --git a/experimental/tqtinterface/qt4/src/widgets/tqtoolbutton.cpp b/experimental/tqtinterface/qt4/src/widgets/tqtoolbutton.cpp
index 2cfd96261..8c84a59e4 100644
--- a/experimental/tqtinterface/qt4/src/widgets/tqtoolbutton.cpp
+++ b/experimental/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