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-18 16:01:20 +0900
commit106e589560e7d17a0c59add5c5f34186706e27fc (patch)
tree1fd0dded3f670381a205fb4c90178a506e24da7e
parent73e6afa2ee2871d3cf47df6cea6d818876bd3642 (diff)
downloadtqtinterface-106e5895.tar.gz
tqtinterface-106e5895.zip
Replace Qt with TQt
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
-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()