summaryrefslogtreecommitdiffstats
path: root/qtinterface/tqt.h
diff options
context:
space:
mode:
Diffstat (limited to 'qtinterface/tqt.h')
-rw-r--r--qtinterface/tqt.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/qtinterface/tqt.h b/qtinterface/tqt.h
index 3d18199..d2c00ea 100644
--- a/qtinterface/tqt.h
+++ b/qtinterface/tqt.h
@@ -29,6 +29,16 @@ Boston, MA 02110-1301, USA.
#define QT3_SUPPORT
#endif
+#ifdef TQT_METHOD
+#undef TQT_METHOD
+#endif
+#ifdef TQT_SLOT
+#undef TQT_SLOT
+#endif
+#ifdef TQT_SIGNAL
+#undef TQT_SIGNAL
+#endif
+
#ifdef __cplusplus
#define TQT_METHOD(a) METHOD(a)
#define TQT_SLOT(a) SLOT(a)