diff options
Diffstat (limited to 'doc/html/qeventloop-h.html')
-rw-r--r-- | doc/html/qeventloop-h.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/html/qeventloop-h.html b/doc/html/qeventloop-h.html index d1446c7..c1c5ff4 100644 --- a/doc/html/qeventloop-h.html +++ b/doc/html/qeventloop-h.html @@ -88,9 +88,9 @@ struct timeval; //stdc struct struct TimerInfo; //internal structure (qeventloop_mac.cpp) #endif -#if defined(TQT_THREAD_SUPPORT) +#if defined(QT_THREAD_SUPPORT) class QMutex; -#endif // TQT_THREAD_SUPPORT +#endif // QT_THREAD_SUPPORT class Q_EXPORT QEventLoop : public QObject |