summaryrefslogtreecommitdiffstats
path: root/qtinterface/tqt.h
diff options
context:
space:
mode:
authortpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2010-07-31 19:55:01 +0000
committertpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2010-07-31 19:55:01 +0000
commit60cbdb4674377338156be84fc3890358e44f23ba (patch)
treefe8f13abc602ccc4e665e9ef8d18bc45f9ebcec1 /qtinterface/tqt.h
parent61d8f816ad5214e3547d39991d9627b280375025 (diff)
downloadtqtinterface-60cbdb4674377338156be84fc3890358e44f23ba.tar.gz
tqtinterface-60cbdb4674377338156be84fc3890358e44f23ba.zip
Fixups for kdebindings
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/dependencies/tqtinterface@1157657 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
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)