From 351b136d37ce4e48070ef537c26dbfbd0b4d01b7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sl=C3=A1vek=20Banko?= Date: Thu, 7 Sep 2023 18:15:26 +0200 Subject: [PATCH] Drop remaining USE_TQT3/4 code in r14.1.x branch. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Slávek Banko --- qtinterface/interface_tqt3/tqfiledef.h | 13 ------------- qtinterface/interface_tqt3/tqsemimodal.h | 15 --------------- qtinterface/interface_tqt3/tqsortedlist.h | 17 ----------------- 3 files changed, 45 deletions(-) diff --git a/qtinterface/interface_tqt3/tqfiledef.h b/qtinterface/interface_tqt3/tqfiledef.h index db85a68..65576ec 100644 --- a/qtinterface/interface_tqt3/tqfiledef.h +++ b/qtinterface/interface_tqt3/tqfiledef.h @@ -23,19 +23,6 @@ Boston, MA 02110-1301, USA. #define TQT_TQFILEDEF_H #include - -#ifdef USE_QT3 - -// Pull in legacy qfiledef defines - #include -#endif // USE_QT3 - -#ifdef USE_QT4 - -// Do not pull in legacy qfiledef defines - -#endif // USE_QT4 - #endif /* TQT_TQFILEDEF_H */ diff --git a/qtinterface/interface_tqt3/tqsemimodal.h b/qtinterface/interface_tqt3/tqsemimodal.h index bc85ef2..e5fa6b1 100644 --- a/qtinterface/interface_tqt3/tqsemimodal.h +++ b/qtinterface/interface_tqt3/tqsemimodal.h @@ -23,21 +23,6 @@ Boston, MA 02110-1301, USA. #define TQT_TQSEMIMODAL_H #include - -#ifdef USE_QT3 - -// Reimplement the QSemiModal class -// For Qt3, no changes are needed - #include -#endif // USE_QT3 - -#ifdef USE_QT4 - -// Reimplement the QSemiModal class -// For Qt4, this class was removed! - -#endif // USE_QT4 - #endif /* TQT_TQSEMIMODAL_H */ diff --git a/qtinterface/interface_tqt3/tqsortedlist.h b/qtinterface/interface_tqt3/tqsortedlist.h index 25c2bd2..1c70460 100644 --- a/qtinterface/interface_tqt3/tqsortedlist.h +++ b/qtinterface/interface_tqt3/tqsortedlist.h @@ -23,23 +23,6 @@ Boston, MA 02110-1301, USA. #define TQT_TQSORTEDLIST_H #include - -#ifdef USE_QT3 - -// Reimplement the QAccel class -// For Qt3, no changes are needed - #include -#endif // USE_QT3 - -#ifdef USE_QT4 - -// Reimplement the QAccel class -// For Qt4, some changes are needed - -#include - -#endif // USE_QT4 - #endif /* TQT_TQSORTEDLIST_H */