Replace Qt with TQt

Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
pull/25/head
Michele Calgaro 6 months ago
parent 73e6afa2ee
commit 106e589560
Signed by: MicheleC
GPG Key ID: 2A75B7CA8ADED5CF

@ -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()

Loading…
Cancel
Save