summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2023-11-21 11:45:14 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2023-11-22 10:42:45 +0900
commit4f64bcf4af89658927c1535e7b27f28557bedc89 (patch)
tree44db00333873ddcd75acab30ba5b2d0767fd374a
parent4469ebf5995218097e417a65ca92a8652b7039cf (diff)
downloadtqtinterface-4f64bcf4.tar.gz
tqtinterface-4f64bcf4.zip
Remove various tq* strings
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit a03ae6b2710ba1e3270307a4e84c4297d9782734)
-rw-r--r--qtinterface/tqt.h.cmake18
1 files changed, 0 insertions, 18 deletions
diff --git a/qtinterface/tqt.h.cmake b/qtinterface/tqt.h.cmake
index 8c8f620..122bfde 100644
--- a/qtinterface/tqt.h.cmake
+++ b/qtinterface/tqt.h.cmake
@@ -162,24 +162,6 @@ Boston, MA 02110-1301, USA.
#define setTqalignment setAlignment
#define setTqgeometry setGeometry
-#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()
#define SET_QT_X_USER_TIME(x) set_tqt_x_time(x)