From a75445b4c3c2fe24d377625acd8bb058b2bd971a Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Sat, 3 Jun 2023 10:43:37 +0900 Subject: Drop Qt2 obsolete classes Signed-off-by: Michele Calgaro --- src/tools/ntqptrqueue.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/tools/ntqptrqueue.h') diff --git a/src/tools/ntqptrqueue.h b/src/tools/ntqptrqueue.h index 90f743d02..c905b4fd6 100644 --- a/src/tools/ntqptrqueue.h +++ b/src/tools/ntqptrqueue.h @@ -87,8 +87,4 @@ template inline void TQPtrQueue::deleteItem( TQPtrCollection:: if ( del_item ) delete (type *)d; } -#ifndef TQT_NO_COMPAT -#define TQQueue TQPtrQueue -#endif - #endif // TQPTRQUEUE_H -- cgit v1.2.1