Update tqtinterface for new tqt3

pull/1/head
Timothy Pearson 12 years ago
parent e6cc03977c
commit a4e15a7050

@ -1257,6 +1257,45 @@ Boston, MA 02110-1301, USA.
#define tqt_mo_ci_items items #define tqt_mo_ci_items items
#define tqt_mo_ci_method method #define tqt_mo_ci_method method
#ifndef TQT_REAL_TQT
#define tqt_init qt_init
#define tqt_cleanup qt_cleanup
#define tqt_is_gui_used qt_is_gui_used
#define tqt_appType qt_appType
#define tqt_application_thread_id qt_application_thread_id
#define tqt_setMaxWindowRect qt_setMaxWindowRect
#define tqt_desktopWidget qt_desktopWidget
#define tqt_clipboard qt_clipboard
#define tqt_modal_stack qt_modal_stack
#define tqt_std_pal qt_std_pal
#define tqt_create_std_palette qt_create_std_palette
#define tqt_fix_tooltips qt_fix_tooltips
#define tqt_explicit_app_style qt_explicit_app_style
#define tqt_app_has_font qt_app_has_font
#define tqt_maxWindowRect qt_maxWindowRect
#define tqt_mutex qt_mutex
#define tqt_try_modal qt_try_modal
#define tqt_enter_modal qt_enter_modal
#define tqt_inheritedBy qt_inheritedBy
#define tqt_leave_modal qt_leave_modal
#define tqt_tryAccelEvent qt_tryAccelEvent
#define tqt_find_obj_child qt_find_obj_child
#define tqt_tryModalHelper qt_tryModalHelper
#define tqt_ucm_initialize qt_ucm_initialize
#define tqt_tryComposeUnicode qt_tryComposeUnicode
#define tqt_dispatchAccelEvent qt_dispatchAccelEvent
#define tqt_dispatchEnterLeave qt_dispatchEnterLeave
#define tqt_x11_enforce_cursor qt_x11_enforce_cursor
#define tqt_wait_for_window_manager qt_wait_for_window_manager
#define tqt_property qt_property
#define tqt_static_property qt_static_property
#define tqt_cast qt_cast
#define tqt_emit qt_emit
#define tqt_invoke qt_invoke
#endif
/* BEGIN BLOCK ONE /* BEGIN BLOCK ONE
This block of text is taken (mostly) straight from TQt for Qt4 tqtglobaldefines.h This block of text is taken (mostly) straight from TQt for Qt4 tqtglobaldefines.h
It will need to be updated now and then as TQt for Qt4 changes */ It will need to be updated now and then as TQt for Qt4 changes */

Loading…
Cancel
Save