diff options
Diffstat (limited to 'qtinterface/tqmutex.h')
-rw-r--r-- | qtinterface/tqmutex.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/qtinterface/tqmutex.h b/qtinterface/tqmutex.h index 9f67c2e..07f927f 100644 --- a/qtinterface/tqmutex.h +++ b/qtinterface/tqmutex.h @@ -36,9 +36,9 @@ Boston, MA 02110-1301, USA. #ifdef USE_QT4 // Reimplement the QMutex class -// For Qt4, no changes are needed +// For Qt4, some changes are needed -#include <qmutex.h> +#include <Qt/qmutex.h> #endif // USE_QT4 |