From a830bf10b7d4ed2c83ffe68c0b22d7c4ba9860b0 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Thu, 1 Mar 2012 13:24:30 -0600 Subject: Rename additional global TQt functions --- src/widgets/qtoolbutton.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/widgets/qtoolbutton.cpp') diff --git a/src/widgets/qtoolbutton.cpp b/src/widgets/qtoolbutton.cpp index f11b613..2f1b59b 100644 --- a/src/widgets/qtoolbutton.cpp +++ b/src/widgets/qtoolbutton.cpp @@ -716,10 +716,10 @@ void QToolButton::setOnIconSet( const QIconSet& 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( "QToolButton::setOnIconSet(): This function is not supported" + tqWarning( "QToolButton::setOnIconSet(): This function is not supported" " anymore" ); } @@ -790,7 +790,7 @@ void QToolButton::setIconSet( const QIconSet & set ) void QToolButton::setIconSet( const QIconSet & set, bool /* on */ ) { setIconSet( set ); - qWarning( "QToolButton::setIconSet(): 'on' parameter ignored" ); + tqWarning( "QToolButton::setIconSet(): 'on' parameter ignored" ); } #endif -- cgit v1.2.1