summaryrefslogtreecommitdiffstats
path: root/src/widgets/qcheckbox.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/widgets/qcheckbox.cpp')
-rw-r--r--src/widgets/qcheckbox.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/widgets/qcheckbox.cpp b/src/widgets/qcheckbox.cpp
index b4982a16..a4b78c13 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);