diff options
Diffstat (limited to 'doc/html/qprocess-h.html')
-rw-r--r-- | doc/html/qprocess-h.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/html/qprocess-h.html b/doc/html/qprocess-h.html index d95cfd316..a49803efb 100644 --- a/doc/html/qprocess-h.html +++ b/doc/html/qprocess-h.html @@ -135,7 +135,7 @@ public: #if defined(Q_OS_WIN32) typedef void* PID; #else - typedef Q_LONG PID; + typedef TQ_LONG PID; #endif PID processIdentifier(); |