diff options
-rw-r--r-- | qtinterface/tqt.h.cmake | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/qtinterface/tqt.h.cmake b/qtinterface/tqt.h.cmake index fd92bcd..e81c27c 100644 --- a/qtinterface/tqt.h.cmake +++ b/qtinterface/tqt.h.cmake @@ -1004,6 +1004,9 @@ Boston, MA 02110-1301, USA. #define tqwhatsThisCursor Qt::whatsThisCursor #define tqbusyCursor Qt::busyCursor +#define SET_QTX_TIME(x) (qt_x_time = x) +#define GET_QTX_TIME(x) qt_x_time + #endif // USE_QT3 #ifdef USE_QT4 |