diff options
Diffstat (limited to 'doc/html/qregion-h.html')
-rw-r--r-- | doc/html/qregion-h.html | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/doc/html/qregion-h.html b/doc/html/qregion-h.html index 930a1b569..fec11f256 100644 --- a/doc/html/qregion-h.html +++ b/doc/html/qregion-h.html @@ -138,9 +138,6 @@ public: Region handle() const { if(!data->rgn) updateX11Region(); return data->rgn; } #elif defined(TQ_WS_MAC) RgnHandle handle(bool require_rgn=FALSE) const; -#elif defined(TQ_WS_QWS) - // TQGfx_QWS needs this for region drawing - void * handle() const { return data->rgn; } #endif #ifndef TQT_NO_DATASTREAM @@ -171,8 +168,6 @@ private: uint is_rect:1; TQRect rect; RgnHandle rgn; -#elif defined(TQ_WS_QWS) - void * rgn; #endif bool is_null; } *data; |