From 106e589560e7d17a0c59add5c5f34186706e27fc Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Sat, 18 Nov 2023 16:01:20 +0900 Subject: [PATCH] Replace Qt with TQt Signed-off-by: Michele Calgaro --- qtinterface/tqt.h.cmake | 38 +++++++++++++++++++------------------- 1 file changed, 19 insertions(+), 19 deletions(-) diff --git a/qtinterface/tqt.h.cmake b/qtinterface/tqt.h.cmake index 626c638..165a403 100644 --- a/qtinterface/tqt.h.cmake +++ b/qtinterface/tqt.h.cmake @@ -79,12 +79,12 @@ Boston, MA 02110-1301, USA. #define tqdarkMagenta darkMagenta #define tqdarkYellow darkYellow #define tqwhite white -#define tqwhiteptr &Qt::white +#define tqwhiteptr &TQt::white #define tqlightGray lightGray #define tqgray gray #define tqdarkGray darkGray #define tqblack black -#define tqblackptr &Qt::black +#define tqblackptr &TQt::black #define tqcolor0 color0 #define tqcolor1 color1 @@ -172,23 +172,23 @@ Boston, MA 02110-1301, USA. #define setTqalignment setAlignment #define setTqgeometry setGeometry -#define tqarrowCursor Qt::arrowCursor -#define tqupArrowCursor Qt::upArrowCursor -#define tqcrossCursor Qt::crossCursor -#define tqwaitCursor Qt::waitCursor -#define tqibeamCursor Qt::ibeamCursor -#define tqsizeVerCursor Qt::sizeVerCursor -#define tqsizeHorCursor Qt::sizeHorCursor -#define tqsizeBDiagCursor Qt::sizeBDiagCursor -#define tqsizeFDiagCursor Qt::sizeFDiagCursor -#define tqsizeAllCursor Qt::sizeAllCursor -#define tqblankCursor Qt::blankCursor -#define tqsplitVCursor Qt::splitVCursor -#define tqsplitHCursor Qt::splitHCursor -#define tqpointingHandCursor Qt::pointingHandCursor -#define tqforbiddenCursor Qt::forbiddenCursor -#define tqwhatsThisCursor Qt::whatsThisCursor -#define tqbusyCursor Qt::busyCursor +#define tqarrowCursor TQt::arrowCursor +#define tqupArrowCursor TQt::upArrowCursor +#define tqcrossCursor TQt::crossCursor +#define tqwaitCursor TQt::waitCursor +#define tqibeamCursor TQt::ibeamCursor +#define tqsizeVerCursor TQt::sizeVerCursor +#define tqsizeHorCursor TQt::sizeHorCursor +#define tqsizeBDiagCursor TQt::sizeBDiagCursor +#define tqsizeFDiagCursor TQt::sizeFDiagCursor +#define tqsizeAllCursor TQt::sizeAllCursor +#define tqblankCursor TQt::blankCursor +#define tqsplitVCursor TQt::splitVCursor +#define tqsplitHCursor TQt::splitHCursor +#define tqpointingHandCursor TQt::pointingHandCursor +#define tqforbiddenCursor TQt::forbiddenCursor +#define tqwhatsThisCursor TQt::whatsThisCursor +#define tqbusyCursor TQt::busyCursor #define SET_QT_X_TIME(x) set_tqt_x_time(x) #define GET_QT_X_TIME(x) get_tqt_x_time()