summaryrefslogtreecommitdiffstats
path: root/src/kernel/qpicture.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/kernel/qpicture.cpp')
-rw-r--r--src/kernel/qpicture.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/kernel/qpicture.cpp b/src/kernel/qpicture.cpp
index aeb0f56e..f7c60ad3 100644
--- a/src/kernel/qpicture.cpp
+++ b/src/kernel/qpicture.cpp
@@ -612,7 +612,7 @@ bool TQPicture::exec( TQPainter *painter, TQDataStream &s, int nrecords )
painter->setTabArray( 0 );
} else {
int *ta = new int[i_16];
- Q_CHECK_PTR( ta );
+ TQ_CHECK_PTR( ta );
for ( int i=0; i<i_16; i++ ) {
s >> i1_16;
ta[i] = i1_16;