diff options
author | Timothy Pearson <[email protected]> | 2012-01-26 23:32:43 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2012-01-26 23:32:43 -0600 |
commit | ea318d1431c89e647598c510c4245c6571aa5f46 (patch) | |
tree | 996d29b80c30d453dda86d1a23162d441628f169 /src/tools/qmutex_unix.cpp | |
parent | aaf89d4b48f69c9293feb187db26362e550b5561 (diff) | |
download | tqt3-ea318d1431c89e647598c510c4245c6571aa5f46.tar.gz tqt3-ea318d1431c89e647598c510c4245c6571aa5f46.zip |
Update to latest tqt3 automated conversion
Diffstat (limited to 'src/tools/qmutex_unix.cpp')
-rw-r--r-- | src/tools/qmutex_unix.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/tools/qmutex_unix.cpp b/src/tools/qmutex_unix.cpp index 71e8530d0..146edbec9 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 |