From 41bb408dde90e755b07cd2ab8a9bdec7548c84b0 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Tue, 28 Feb 2012 22:31:39 -0600 Subject: Automated conversion from qt3 --- src/kernel/qregion_x11.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/kernel/qregion_x11.cpp') diff --git a/src/kernel/qregion_x11.cpp b/src/kernel/qregion_x11.cpp index 3cd7d3436..ccf406729 100644 --- a/src/kernel/qregion_x11.cpp +++ b/src/kernel/qregion_x11.cpp @@ -2433,7 +2433,7 @@ static void cleanup_empty_region() TQRegion::TQRegion() { if ( !empty_region ) { // avoid too many allocs - qAddPostRoutine( cleanup_empty_region ); + tqAddPostRoutine( cleanup_empty_region ); empty_region = new TQRegion( TRUE ); TQ_CHECK_PTR( empty_region ); } @@ -2469,7 +2469,7 @@ TQRegion::TQRegion( const TQRect &r, RegionType t ) { if ( r.isEmpty() ) { if ( !empty_region ) { // avoid too many allocs - qAddPostRoutine( cleanup_empty_region ); + tqAddPostRoutine( cleanup_empty_region ); empty_region = new TQRegion( TRUE ); TQ_CHECK_PTR( empty_region ); } @@ -2516,7 +2516,7 @@ TQRegion::TQRegion( const TQPointArray &a, bool winding ) winding ? WindingRule : EvenOddRule ); } else { if ( !empty_region ) { - qAddPostRoutine( cleanup_empty_region ); + tqAddPostRoutine( cleanup_empty_region ); empty_region = new TQRegion( TRUE ); TQ_CHECK_PTR( empty_region ); } @@ -2551,7 +2551,7 @@ TQRegion::TQRegion( const TQBitmap & bm ) { if ( bm.isNull() ) { if ( !empty_region ) { // avoid too many allocs - qAddPostRoutine( cleanup_empty_region ); + tqAddPostRoutine( cleanup_empty_region ); empty_region = new TQRegion( TRUE ); TQ_CHECK_PTR( empty_region ); } -- cgit v1.2.1