diff options
Diffstat (limited to 'doc/html/qeventloop-h.html')
-rw-r--r-- | doc/html/qeventloop-h.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/html/qeventloop-h.html b/doc/html/qeventloop-h.html index c766fecee..7ddf52e36 100644 --- a/doc/html/qeventloop-h.html +++ b/doc/html/qeventloop-h.html @@ -83,7 +83,7 @@ body { background: #ffffff; color: black; } class TQEventLoopPrivate; class TQSocketNotifier; class TQTimer; -#ifdef Q_WS_MAC +#ifdef TQ_WS_MAC struct timeval; //stdc struct struct TimerInfo; //internal structure (qeventloop_mac.cpp) #endif @@ -136,11 +136,11 @@ signals: void aboutToBlock(); private: -#if defined(Q_WS_MAC) +#if defined(TQ_WS_MAC) friend TQMAC_PASCAL void qt_mac_select_timer_callbk(EventLoopTimerRef, void *); int macHandleSelect(timeval *); void macHandleTimer(TimerInfo *); -#endif // Q_WS_MAC +#endif // TQ_WS_MAC // internal initialization/cleanup - implemented in various platform specific files void init(); |