Drop remaining USE_TQT3/4 code in r14.1.x branch.

Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
pull/17/head
Slávek Banko 9 months ago
parent 38adbb2ba6
commit 351b136d37
No known key found for this signature in database
GPG Key ID: 608F5293A04BE668

@ -23,19 +23,6 @@ Boston, MA 02110-1301, USA.
#define TQT_TQFILEDEF_H
#include <tqt.h>
#ifdef USE_QT3
// Pull in legacy qfiledef defines
#include <ntqfiledef.h>
#endif // USE_QT3
#ifdef USE_QT4
// Do not pull in legacy qfiledef defines
#endif // USE_QT4
#endif /* TQT_TQFILEDEF_H */

@ -23,21 +23,6 @@ Boston, MA 02110-1301, USA.
#define TQT_TQSEMIMODAL_H
#include <tqt.h>
#ifdef USE_QT3
// Reimplement the QSemiModal class
// For Qt3, no changes are needed
#include <ntqsemimodal.h>
#endif // USE_QT3
#ifdef USE_QT4
// Reimplement the QSemiModal class
// For Qt4, this class was removed!
#endif // USE_QT4
#endif /* TQT_TQSEMIMODAL_H */

@ -23,23 +23,6 @@ Boston, MA 02110-1301, USA.
#define TQT_TQSORTEDLIST_H
#include <tqt.h>
#ifdef USE_QT3
// Reimplement the QAccel class
// For Qt3, no changes are needed
#include <ntqsortedlist.h>
#endif // USE_QT3
#ifdef USE_QT4
// Reimplement the QAccel class
// For Qt4, some changes are needed
#include <Qt/q3sortedlist.h>
#endif // USE_QT4
#endif /* TQT_TQSORTEDLIST_H */

Loading…
Cancel
Save