From 60cbdb4674377338156be84fc3890358e44f23ba Mon Sep 17 00:00:00 2001 From: tpearson Date: Sat, 31 Jul 2010 19:55:01 +0000 Subject: Fixups for kdebindings git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/dependencies/tqtinterface@1157657 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- qtinterface/tqt.h | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'qtinterface/tqt.h') 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) -- cgit v1.2.1