summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2023-11-18 16:01:20 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2023-11-19 19:40:43 +0900
commit83393107cb8b7125c1d95da5e22c447add68ff02 (patch)
treef7bfccba4965f141d25fa76b3be8e63b4af57340
parent4999d66f1b636c3484167c577cddd70e9a9d1adc (diff)
downloadtqtinterface-83393107.tar.gz
tqtinterface-83393107.zip
Replace Qt with TQt
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 106e589560e7d17a0c59add5c5f34186706e27fc)
-rw-r--r--qtinterface/tqt.h.cmake38
1 files 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()