From 292fa30f0fade0c2742ef4b4ccc28be79dfe747c Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Sat, 23 May 2020 21:21:04 +0900 Subject: Removed obsolete Qt2's TQStack class and replaced with TQt3's TQPtrStack. Signed-off-by: Michele Calgaro --- src/tools/ntqptrstack.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/tools/ntqptrstack.h') diff --git a/src/tools/ntqptrstack.h b/src/tools/ntqptrstack.h index d47416530..6f404f1b9 100644 --- a/src/tools/ntqptrstack.h +++ b/src/tools/ntqptrstack.h @@ -87,8 +87,4 @@ template inline void TQPtrStack::deleteItem( TQPtrCollection:: if ( del_item ) delete (type *)d; } -#ifndef TQT_NO_COMPAT -#define TQStack TQPtrStack -#endif - #endif // TQPTRSTACK_H -- cgit v1.2.1