From ea318d1431c89e647598c510c4245c6571aa5f46 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Thu, 26 Jan 2012 23:32:43 -0600 Subject: Update to latest tqt3 automated conversion --- src/tools/qmutex_unix.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/tools/qmutex_unix.cpp') 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 @@ -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 -- cgit v1.2.1