summaryrefslogtreecommitdiffstats
path: root/src/tools/qmutex_unix.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/tools/qmutex_unix.cpp')
-rw-r--r--src/tools/qmutex_unix.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/tools/qmutex_unix.cpp b/src/tools/qmutex_unix.cpp
index 71e8530d..146edbec 100644
--- a/src/tools/qmutex_unix.cpp
+++ b/src/tools/qmutex_unix.cpp
@@ -68,7 +68,7 @@ typedef pthread_mutex_t Q_MUTEX_T;
# undef Q_RECURSIVE_MUTEX_TYPE
#endif
-#include "qmutex.h"
+#include "ntqmutex.h"
#include "qmutex_p.h"
#include <errno.h>
@@ -334,7 +334,7 @@ int TQRecursiveMutexPrivate::type() const
/*!
- \class TQMutex qmutex.h
+ \class TQMutex ntqmutex.h
\threadsafe
\brief The TQMutex class provides access serialization between threads.
@@ -512,7 +512,7 @@ bool TQMutex::tryLock()
}
/*!
- \class TQMutexLocker qmutex.h
+ \class TQMutexLocker ntqmutex.h
\brief The TQMutexLocker class simplifies locking and unlocking TQMutexes.
\threadsafe