diff options
Diffstat (limited to 'src/widgets/qcheckbox.cpp')
-rw-r--r-- | src/widgets/qcheckbox.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/widgets/qcheckbox.cpp b/src/widgets/qcheckbox.cpp index b4982a167..a4b78c136 100644 --- a/src/widgets/qcheckbox.cpp +++ b/src/widgets/qcheckbox.cpp @@ -225,7 +225,7 @@ void TQCheckBox::drawButton( TQPainter *paint ) int wx = 0, wy = 0; if ( use_pm ) { pm = new TQPixmap( irect.size() ); // create new pixmap - Q_CHECK_PTR( pm ); + TQ_CHECK_PTR( pm ); pm->fill( cg.background() ); TQPainter::redirect(this, pm); pmpaint.begin(this); |