summaryrefslogtreecommitdiffstats
path: root/src/widgets/qtoolbutton.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/widgets/qtoolbutton.cpp')
-rw-r--r--src/widgets/qtoolbutton.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/widgets/qtoolbutton.cpp b/src/widgets/qtoolbutton.cpp
index 644353820..26f5607f7 100644
--- a/src/widgets/qtoolbutton.cpp
+++ b/src/widgets/qtoolbutton.cpp
@@ -716,10 +716,10 @@ void TQToolButton::setOnIconSet( const TQIconSet& set )
{
setIconSet( set );
/*
- ### Get rid of all qWarning in this file in 4.0.
+ ### Get rid of all tqWarning in this file in 4.0.
Also consider inlining the obsolete functions then.
*/
- qWarning( "TQToolButton::setOnIconSet(): This function is not supported"
+ tqWarning( "TQToolButton::setOnIconSet(): This function is not supported"
" anymore" );
}
@@ -790,7 +790,7 @@ void TQToolButton::setIconSet( const TQIconSet & set )
void TQToolButton::setIconSet( const TQIconSet & set, bool /* on */ )
{
setIconSet( set );
- qWarning( "TQToolButton::setIconSet(): 'on' parameter ignored" );
+ tqWarning( "TQToolButton::setIconSet(): 'on' parameter ignored" );
}
#endif