diff options
author | Timothy Pearson <[email protected]> | 2012-02-13 17:43:39 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2012-02-13 17:43:39 -0600 |
commit | 359640943bcf155faa9a067dde9e00a123276290 (patch) | |
tree | fb3d55ea5e18949042fb0064123fb73d2b1eb932 /src/widgets/qmenubar.cpp | |
parent | a829bcdc533e154000803d517200d32fe762e85c (diff) | |
download | tqt3-359640943bcf155faa9a067dde9e00a123276290.tar.gz tqt3-359640943bcf155faa9a067dde9e00a123276290.zip |
Automated update from Qt3
Diffstat (limited to 'src/widgets/qmenubar.cpp')
-rw-r--r-- | src/widgets/qmenubar.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/widgets/qmenubar.cpp b/src/widgets/qmenubar.cpp index 96a111b49..d1fde81c2 100644 --- a/src/widgets/qmenubar.cpp +++ b/src/widgets/qmenubar.cpp @@ -908,7 +908,7 @@ int TQMenuBar::calculateRects( int max_width ) irects = 0; } else { irects = new TQRect[ i ]; - Q_CHECK_PTR( irects ); + TQ_CHECK_PTR( irects ); } max_width = width(); } @@ -1545,7 +1545,7 @@ void TQMenuBar::setupAccelerators() if ( i ) { if ( !autoaccel ) { autoaccel = new TQAccel( this ); - Q_CHECK_PTR( autoaccel ); + TQ_CHECK_PTR( autoaccel ); autoaccel->setIgnoreWhatsThis( TRUE ); connect( autoaccel, SIGNAL(activated(int)), SLOT(accelActivated(int)) ); |