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