|
|
@ -19,6 +19,8 @@ Boston, MA 02110-1301, USA.
|
|
|
|
|
|
|
|
|
|
|
|
*/
|
|
|
|
*/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#include <time.h>
|
|
|
|
|
|
|
|
|
|
|
|
#ifndef TQT_H
|
|
|
|
#ifndef TQT_H
|
|
|
|
#define TQT_H
|
|
|
|
#define TQT_H
|
|
|
|
|
|
|
|
|
|
|
@ -1004,10 +1006,10 @@ Boston, MA 02110-1301, USA.
|
|
|
|
#define tqwhatsThisCursor Qt::whatsThisCursor
|
|
|
|
#define tqwhatsThisCursor Qt::whatsThisCursor
|
|
|
|
#define tqbusyCursor Qt::busyCursor
|
|
|
|
#define tqbusyCursor Qt::busyCursor
|
|
|
|
|
|
|
|
|
|
|
|
extern void set_tqt_x_time(Time x);
|
|
|
|
void set_tqt_x_time(Time x);
|
|
|
|
extern Time get_tqt_x_time(void);
|
|
|
|
Time get_tqt_x_time(void);
|
|
|
|
extern void set_tqt_x_user_time(Time x);
|
|
|
|
void set_tqt_x_user_time(Time x);
|
|
|
|
extern Time get_tqt_x_user_time(void);
|
|
|
|
Time get_tqt_x_user_time(void);
|
|
|
|
|
|
|
|
|
|
|
|
#define SET_QT_X_TIME(x) set_tqt_x_time(x)
|
|
|
|
#define SET_QT_X_TIME(x) set_tqt_x_time(x)
|
|
|
|
#define GET_QT_X_TIME(x) get_tqt_x_time()
|
|
|
|
#define GET_QT_X_TIME(x) get_tqt_x_time()
|
|
|
|