summaryrefslogtreecommitdiffstats
path: root/qtinterface
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-03-06 20:38:19 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-03-06 20:38:19 -0600
commita4e15a70505e3859ef76b0a7ee30545104ae3640 (patch)
treebf8a4e6af5f9f885a4dfdf3c4ce1c1e386069a1d /qtinterface
parente6cc03977c49ea2ceff9aac837ad01a143ea9492 (diff)
downloadtqtinterface-a4e15a70505e3859ef76b0a7ee30545104ae3640.tar.gz
tqtinterface-a4e15a70505e3859ef76b0a7ee30545104ae3640.zip
Update tqtinterface for new tqt3
Diffstat (limited to 'qtinterface')
-rw-r--r--qtinterface/tqt.h.cmake39
1 files changed, 39 insertions, 0 deletions
diff --git a/qtinterface/tqt.h.cmake b/qtinterface/tqt.h.cmake
index b1444d2..7395d05 100644
--- a/qtinterface/tqt.h.cmake
+++ b/qtinterface/tqt.h.cmake
@@ -1257,6 +1257,45 @@ Boston, MA 02110-1301, USA.
#define tqt_mo_ci_items items
#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
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 */