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/qlistbox.cpp | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'src/widgets/qlistbox.cpp') diff --git a/src/widgets/qlistbox.cpp b/src/widgets/qlistbox.cpp index f5e0057..18968e9 100644 --- a/src/widgets/qlistbox.cpp +++ b/src/widgets/qlistbox.cpp @@ -3789,14 +3789,14 @@ void QListBox::viewportPaintEvent( QPaintEvent * e ) // this stuff has been useful enough times that from now I'm // leaving it in the source. uint i = 0; - qDebug( "%s/%s: %i rects", className(), name(), r.rects().size() ); + tqDebug( "%s/%s: %i rects", className(), name(), r.rects().size() ); while( i < r.rects().size() ) { - qDebug( "rect %d: %d, %d, %d, %d", i, + tqDebug( "rect %d: %d, %d, %d, %d", i, r.rects()[i].left(), r.rects()[i].top(), r.rects()[i].width(), r.rects()[i].height() ); i++; } - qDebug( "" ); + tqDebug( "" ); } #endif @@ -3977,7 +3977,7 @@ QRect QListBox::itemRect( QListBoxItem *item ) const */ int QListBox::inSort( const QListBoxItem * lbi ) { - qObsolete( "QListBox", "inSort", "insertItem" ); + tqObsolete( "QListBox", "inSort", "insertItem" ); if ( !lbi ) return -1; @@ -4009,7 +4009,7 @@ int QListBox::inSort( const QListBoxItem * lbi ) */ int QListBox::inSort( const QString& text ) { - qObsolete( "QListBox", "inSort", "insertItem" ); + tqObsolete( "QListBox", "inSort", "insertItem" ); return inSort( new QListBoxText(text) ); } @@ -4160,7 +4160,7 @@ void QListBox::showEvent( QShowEvent * ) */ bool QListBox::itemYPos( int index, int *yPos ) const { - qObsolete( "QListBox", "itemYPos" ); + tqObsolete( "QListBox", "itemYPos" ); QListBoxItem* i = item(index); if ( !i ) return FALSE; -- cgit v1.2.3