diff options
Diffstat (limited to 'qtinterface/tqmutex.h')
-rw-r--r-- | qtinterface/tqmutex.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/qtinterface/tqmutex.h b/qtinterface/tqmutex.h index 3f4f96d..9f67c2e 100644 --- a/qtinterface/tqmutex.h +++ b/qtinterface/tqmutex.h @@ -33,4 +33,13 @@ Boston, MA 02110-1301, USA. #endif // USE_QT3 +#ifdef USE_QT4 + +// Reimplement the QMutex class +// For Qt4, no changes are needed + +#include <qmutex.h> + +#endif // USE_QT4 + #endif /* TQMUTEX_H */
\ No newline at end of file |